Html Css Color HEX #CB59D1 Fuchsia

📋 copy color: '#CB59D1'

red 203 ◦ green 89 ◦ blue 209

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

Shades of Fuchsia #CB59D1

Tints of Fuchsia #CB59D1

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.76%

 BLUE value IS 209 (82.03% from 255) = 41.72%

R = 40.52%
G = 17.76%
B = 41.72%

CMYK

 C value IS 0.03

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CB59D1 (or 0xCB59D1) is known color: Fuchsia. HEX triplet: CB, 59 and D1. RGB value is (203,89,209). Sum of RGB (Red+Green+Blue) = 203+89+209=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 89 (35.16% from 255 or 17.76% from 501); Blue value is 209 (82.03% from 255 or 41.72% from 501); Max value from RGB is 209 - color contains mainly: blue. Hex color #CB59D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB59D1 is #34A62E. Grayscale: #888888. Windows color (decimal): -3450415 or 13720011. OLE color: 13720011.

HSL color Cylindrical-coordinate representation of color #CB59D1: hue angle of 297º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB59D1 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 203 89 209 -
CMYK 0.03 0.57 0 0.18
HSL 297º 0.57% 0.58% -
HSV(B) 297º 0.57% 0.82% -
XYZ 39.71 24.44 62.95 -
YUV 136.77 168.77 175.24 -
System Red Green Blue C M Y K H S L
Decimal 203 89 209 0.03 0.57 0 0.18 297 0.57 0.58
Hex CB 59 D1 3 39 0 12 129 39 3A
Octal 313 131 321 3 71 0 22 451 71 72
Binary 11001011 1011001 11010001 11 111001 0 10010 100101001 111001 111010

Color Harmonies of #CB59D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB59D1

Black with #CB59D1

Text Example


Text Example

White with #CB59D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB59D1; }

 p { color: rgb(203,89,209); }

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

background-color css

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

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

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

border-color css

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

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

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