Html Css Color HEX #C03BAB Fuchsia

📋 copy color: '#C03BAB'

red 192 ◦ green 59 ◦ blue 171

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

Shades of Fuchsia #C03BAB

Tints of Fuchsia #C03BAB

RGB

 RED value IS 192 (75.39% from 255) = 45.5%

 GREEN value IS 59 (23.44% from 255) = 13.98%

 BLUE value IS 171 (67.19% from 255) = 40.52%

R = 45.5%
G = 13.98%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C03BAB (or 0xC03BAB) is known color: Fuchsia. HEX triplet: C0, 3B and AB. RGB value is (192,59,171). Sum of RGB (Red+Green+Blue) = 192+59+171=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 59 (23.44% from 255 or 13.98% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C03BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03BAB is #3FC454. Grayscale: #6F6F6F. Windows color (decimal): -4179029 or 11221952. OLE color: 11221952.

HSL color Cylindrical-coordinate representation of color #C03BAB: hue angle of 309.47º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03BAB is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 59 171 -
CMYK 0 0.69 0.11 0.25
HSL 309.47º 0.53% 0.49% -
HSV(B) 309.47º 0.69% 0.75% -
XYZ 30.65 17.27 40.25 -
YUV 111.54 161.56 185.39 -
System Red Green Blue C M Y K H S L
Decimal 192 59 171 0 0.69 0.11 0.25 309.47 0.53 0.49
Hex C0 3B AB 0 45 B 19 135 35 31
Octal 300 73 253 0 105 13 31 465 65 61
Binary 11000000 111011 10101011 0 1000101 1011 11001 100110101 110101 110001

Color Harmonies of #C03BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03BAB

Black with #C03BAB

Text Example


Text Example

White with #C03BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03BAB; }

 p { color: rgb(192,59,171); }

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

background-color css

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

 a { background-color: rgb(192,59,171); }

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

border-color css

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

 span { border-color: rgb(192,59,171); }

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