Html Css Color HEX #C03CCB Fuchsia

📋 copy color: '#C03CCB'

red 192 ◦ green 60 ◦ blue 203

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

Shades of Fuchsia #C03CCB

Tints of Fuchsia #C03CCB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.19%

 BLUE value IS 203 (79.69% from 255) = 44.62%

R = 42.2%
G = 13.19%
B = 44.62%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C03CCB (or 0xC03CCB) is known color: Fuchsia. HEX triplet: C0, 3C and CB. RGB value is (192,60,203). Sum of RGB (Red+Green+Blue) = 192+60+203=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 60 (23.83% from 255 or 13.19% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #C03CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03CCB is #3FC334. Grayscale: #737373. Windows color (decimal): -4178741 or 13319360. OLE color: 13319360.

HSL color Cylindrical-coordinate representation of color #C03CCB: hue angle of 295.38º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03CCB is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 60 203 -
CMYK 0.05 0.70 0 0.20
HSL 295.38º 0.58% 0.52% -
HSV(B) 295.38º 0.7% 0.8% -
XYZ 34.13 18.75 58.32 -
YUV 115.77 177.23 182.37 -
System Red Green Blue C M Y K H S L
Decimal 192 60 203 0.05 0.70 0 0.20 295.38 0.58 0.52
Hex C0 3C CB 5 46 0 14 127 3A 34
Octal 300 74 313 5 106 0 24 447 72 64
Binary 11000000 111100 11001011 101 1000110 0 10100 100100111 111010 110100

Color Harmonies of #C03CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03CCB

Black with #C03CCB

Text Example


Text Example

White with #C03CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03CCB; }

 p { color: rgb(192,60,203); }

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

background-color css

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

 a { background-color: rgb(192,60,203); }

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

border-color css

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

 span { border-color: rgb(192,60,203); }

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