Html Css Color HEX #CB55CB Fuchsia

📋 copy color: '#CB55CB'

red 203 ◦ green 85 ◦ blue 203

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

Shades of Fuchsia #CB55CB

Tints of Fuchsia #CB55CB

RGB

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

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

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

R = 41.34%
G = 17.31%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CB55CB (or 0xCB55CB) is known color: Fuchsia. HEX triplet: CB, 55 and CB. RGB value is (203,85,203). Sum of RGB (Red+Green+Blue) = 203+85+203=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 85 (33.59% from 255 or 17.31% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB55CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB55CB is #34AA34. Grayscale: #858585. Windows color (decimal): -3451445 or 13325771. OLE color: 13325771.

HSL color Cylindrical-coordinate representation of color #CB55CB: hue angle of 300º 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 #CB55CB is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 85 203 -
CMYK 0 0.58 0 0.20
HSL 300º 0.53% 0.56% -
HSV(B) 300º 0.58% 0.8% -
XYZ 38.66 23.51 59 -
YUV 133.73 167.09 177.41 -
System Red Green Blue C M Y K H S L
Decimal 203 85 203 0 0.58 0 0.20 300 0.53 0.56
Hex CB 55 CB 0 3A 0 14 12C 35 38
Octal 313 125 313 0 72 0 24 454 65 70
Binary 11001011 1010101 11001011 0 111010 0 10100 100101100 110101 111000

Color Harmonies of #CB55CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB55CB

Black with #CB55CB

Text Example


Text Example

White with #CB55CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB55CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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