Html Css Color HEX #C030CB Fuchsia

📋 copy color: '#C030CB'

red 192 ◦ green 48 ◦ blue 203

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

Shades of Fuchsia #C030CB

Tints of Fuchsia #C030CB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.84%

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

R = 43.34%
G = 10.84%
B = 45.82%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C030CB (or 0xC030CB) is known color: Fuchsia. HEX triplet: C0, 30 and CB. RGB value is (192,48,203). Sum of RGB (Red+Green+Blue) = 192+48+203=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 48 (19.14% from 255 or 10.84% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #C030CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C030CB is #3FCF34. Grayscale: #6C6C6C. Windows color (decimal): -4181813 or 13316288. OLE color: 13316288.

HSL color Cylindrical-coordinate representation of color #C030CB: hue angle of 295.74º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C030CB is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 48 203 -
CMYK 0.05 0.76 0 0.20
HSL 295.74º 0.62% 0.49% -
HSV(B) 295.74º 0.76% 0.8% -
XYZ 33.57 17.63 58.13 -
YUV 108.73 181.21 187.4 -
System Red Green Blue C M Y K H S L
Decimal 192 48 203 0.05 0.76 0 0.20 295.74 0.62 0.49
Hex C0 30 CB 5 4C 0 14 128 3E 31
Octal 300 60 313 5 114 0 24 450 76 61
Binary 11000000 110000 11001011 101 1001100 0 10100 100101000 111110 110001

Color Harmonies of #C030CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C030CB

Black with #C030CB

Text Example


Text Example

White with #C030CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C030CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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