Html Css Color HEX #C85CCB Fuchsia

📋 copy color: '#C85CCB'

red 200 ◦ green 92 ◦ blue 203

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

Shades of Fuchsia #C85CCB

Tints of Fuchsia #C85CCB

RGB

 RED value IS 200 (78.52% from 255) = 40.4%

 GREEN value IS 92 (36.33% from 255) = 18.59%

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

R = 40.4%
G = 18.59%
B = 41.01%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C85CCB (or 0xC85CCB) is known color: Fuchsia. HEX triplet: C8, 5C and CB. RGB value is (200,92,203). Sum of RGB (Red+Green+Blue) = 200+92+203=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 92 (36.33% from 255 or 18.59% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #C85CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85CCB is #37A334. Grayscale: #888888. Windows color (decimal): -3646261 or 13327560. OLE color: 13327560.

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

Color convert

RGB 200 92 203 -
CMYK 0.01 0.55 0 0.20
HSL 298.38º 0.52% 0.58% -
HSV(B) 298.38º 0.55% 0.8% -
XYZ 38.43 24.25 59.15 -
YUV 136.95 165.28 172.97 -
System Red Green Blue C M Y K H S L
Decimal 200 92 203 0.01 0.55 0 0.20 298.38 0.52 0.58
Hex C8 5C CB 1 37 0 14 12A 34 3A
Octal 310 134 313 1 67 0 24 452 64 72
Binary 11001000 1011100 11001011 1 110111 0 10100 100101010 110100 111010

Color Harmonies of #C85CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85CCB

Black with #C85CCB

Text Example


Text Example

White with #C85CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85CCB; }

 p { color: rgb(200,92,203); }

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

background-color css

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

 a { background-color: rgb(200,92,203); }

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

border-color css

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

 span { border-color: rgb(200,92,203); }

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