Html Css Color HEX #C055CB Fuchsia

📋 copy color: '#C055CB'

red 192 ◦ green 85 ◦ blue 203

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

Shades of Fuchsia #C055CB

Tints of Fuchsia #C055CB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.71%

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

R = 40%
G = 17.71%
B = 42.29%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C055CB (or 0xC055CB) is known color: Fuchsia. HEX triplet: C0, 55 and CB. RGB value is (192,85,203). Sum of RGB (Red+Green+Blue) = 192+85+203=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 85 (33.59% from 255 or 17.71% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #C055CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C055CB is #3FAA34. Grayscale: #828282. Windows color (decimal): -4172341 or 13325760. OLE color: 13325760.

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

Color convert

RGB 192 85 203 -
CMYK 0.05 0.58 0 0.20
HSL 294.41º 0.53% 0.56% -
HSV(B) 294.41º 0.58% 0.8% -
XYZ 35.77 22.02 58.86 -
YUV 130.45 168.95 171.91 -
System Red Green Blue C M Y K H S L
Decimal 192 85 203 0.05 0.58 0 0.20 294.41 0.53 0.56
Hex C0 55 CB 5 3A 0 14 126 35 38
Octal 300 125 313 5 72 0 24 446 65 70
Binary 11000000 1010101 11001011 101 111010 0 10100 100100110 110101 111000

Color Harmonies of #C055CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C055CB

Black with #C055CB

Text Example


Text Example

White with #C055CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C055CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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