Html Css Color HEX #C03DAB Fuchsia

📋 copy color: '#C03DAB'

red 192 ◦ green 61 ◦ blue 171

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

Shades of Fuchsia #C03DAB

Tints of Fuchsia #C03DAB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.39%

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

R = 45.28%
G = 14.39%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C03DAB (or 0xC03DAB) is known color: Fuchsia. HEX triplet: C0, 3D and AB. RGB value is (192,61,171). Sum of RGB (Red+Green+Blue) = 192+61+171=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 61 (24.22% from 255 or 14.39% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C03DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03DAB is #3FC254. Grayscale: #707070. Windows color (decimal): -4178517 or 11222464. OLE color: 11222464.

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

Color convert

RGB 192 61 171 -
CMYK 0 0.68 0.11 0.25
HSL 309.62º 0.52% 0.5% -
HSV(B) 309.62º 0.68% 0.75% -
XYZ 30.76 17.48 40.28 -
YUV 112.71 160.9 184.56 -
System Red Green Blue C M Y K H S L
Decimal 192 61 171 0 0.68 0.11 0.25 309.62 0.52 0.5
Hex C0 3D AB 0 44 B 19 136 34 32
Octal 300 75 253 0 104 13 31 466 64 62
Binary 11000000 111101 10101011 0 1000100 1011 11001 100110110 110100 110010

Color Harmonies of #C03DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03DAB

Black with #C03DAB

Text Example


Text Example

White with #C03DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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