Html Css Color HEX #C051CB Fuchsia

📋 copy color: '#C051CB'

red 192 ◦ green 81 ◦ blue 203

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

Shades of Fuchsia #C051CB

Tints of Fuchsia #C051CB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.02%

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

R = 40.34%
G = 17.02%
B = 42.65%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C051CB (or 0xC051CB) is known color: Fuchsia. HEX triplet: C0, 51 and CB. RGB value is (192,81,203). Sum of RGB (Red+Green+Blue) = 192+81+203=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 81 (32.03% from 255 or 17.02% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #C051CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C051CB is #3FAE34. Grayscale: #7F7F7F. Windows color (decimal): -4173365 or 13324736. OLE color: 13324736.

HSL color Cylindrical-coordinate representation of color #C051CB: hue angle of 294.59º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C051CB is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 81 203 -
CMYK 0.05 0.60 0 0.20
HSL 294.59º 0.54% 0.56% -
HSV(B) 294.59º 0.6% 0.8% -
XYZ 35.46 21.4 58.76 -
YUV 128.1 170.27 173.58 -
System Red Green Blue C M Y K H S L
Decimal 192 81 203 0.05 0.60 0 0.20 294.59 0.54 0.56
Hex C0 51 CB 5 3C 0 14 127 36 38
Octal 300 121 313 5 74 0 24 447 66 70
Binary 11000000 1010001 11001011 101 111100 0 10100 100100111 110110 111000

Color Harmonies of #C051CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C051CB

Black with #C051CB

Text Example


Text Example

White with #C051CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C051CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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