Html Css Color HEX #C273B2 Fuchsia

📋 copy color: '#C273B2'

red 194 ◦ green 115 ◦ blue 178

#C273B2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C273B2

Tints of Fuchsia #C273B2

RGB

 RED value IS 194 (76.17% from 255) = 39.84%

 GREEN value IS 115 (45.31% from 255) = 23.61%

 BLUE value IS 178 (69.92% from 255) = 36.55%

R = 39.84%
G = 23.61%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C273B2 (or 0xC273B2) is known color: Fuchsia. HEX triplet: C2, 73 and B2. RGB value is (194,115,178). Sum of RGB (Red+Green+Blue) = 194+115+178=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 115 (45.31% from 255 or 23.61% from 487); Blue value is 178 (69.92% from 255 or 36.55% from 487); Max value from RGB is 194 - color contains mainly: red. Hex color #C273B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C273B2 is #3D8C4D. Grayscale: #919191. Windows color (decimal): -4033614 or 11695042. OLE color: 11695042.

HSL color Cylindrical-coordinate representation of color #C273B2: hue angle of 312.15º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C273B2 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 115 178 -
CMYK 0 0.41 0.08 0.24
HSL 312.15º 0.39% 0.61% -
HSV(B) 312.15º 0.41% 0.76% -
XYZ 36.41 26.95 45.4 -
YUV 145.8 146.17 162.38 -
System Red Green Blue C M Y K H S L
Decimal 194 115 178 0 0.41 0.08 0.24 312.15 0.39 0.61
Hex C2 73 B2 0 29 8 18 138 27 3D
Octal 302 163 262 0 51 10 30 470 47 75
Binary 11000010 1110011 10110010 0 101001 1000 11000 100111000 100111 111101

Color Harmonies of #C273B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C273B2

Black with #C273B2

Text Example


Text Example

White with #C273B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C273B2; }

 p { color: rgb(194,115,178); }

 H1.HeaderClassName
 {
   color: #C273B2;
 }
 .AnyTagClassName
 {
   color: #C273B2;
 }
</style>

background-color css

<style>
 a { background-color: #C273B2; }

 a { background-color: rgb(194,115,178); }

 div.DivClassName
 {
   background-color: #C273B2;
 }
 .BgClassName
 {
   background-color: #C273B2;
 }
</style>

border-color css

<style>
 span { border-color: #C273B2; }

 span { border-color: rgb(194,115,178); }

 td.TdClassName
 {
   border-color: #C273B2;
 }
 .TagClassName
 {
   border-color: #C273B2;
 }
</style>