Html Css Color HEX #CB55CE Fuchsia

📋 copy color: '#CB55CE'

red 203 ◦ green 85 ◦ blue 206

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

Shades of Fuchsia #CB55CE

Tints of Fuchsia #CB55CE

RGB

 RED value IS 203 (79.69% from 255) = 41.09%

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

 BLUE value IS 206 (80.86% from 255) = 41.7%

R = 41.09%
G = 17.21%
B = 41.7%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CB55CE (or 0xCB55CE) is known color: Fuchsia. HEX triplet: CB, 55 and CE. RGB value is (203,85,206). Sum of RGB (Red+Green+Blue) = 203+85+206=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 85 (33.59% from 255 or 17.21% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB55CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB55CE is #34AA31. Grayscale: #858585. Windows color (decimal): -3451442 or 13522379. OLE color: 13522379.

HSL color Cylindrical-coordinate representation of color #CB55CE: hue angle of 298.51º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB55CE is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 203 85 206 -
CMYK 0.01 0.59 0 0.19
HSL 298.51º 0.55% 0.57% -
HSV(B) 298.51º 0.59% 0.81% -
XYZ 39.02 23.65 60.9 -
YUV 134.08 168.59 177.16 -
System Red Green Blue C M Y K H S L
Decimal 203 85 206 0.01 0.59 0 0.19 298.51 0.55 0.57
Hex CB 55 CE 1 3B 0 13 12B 37 39
Octal 313 125 316 1 73 0 23 453 67 71
Binary 11001011 1010101 11001110 1 111011 0 10011 100101011 110111 111001

Color Harmonies of #CB55CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB55CE

Black with #CB55CE

Text Example


Text Example

White with #CB55CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB55CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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