Html Css Color HEX #CB40D1 Fuchsia

📋 copy color: '#CB40D1'

red 203 ◦ green 64 ◦ blue 209

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

Shades of Fuchsia #CB40D1

Tints of Fuchsia #CB40D1

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.45%

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

R = 42.65%
G = 13.45%
B = 43.91%

CMYK

 C value IS 0.03

 M value IS 0.69

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CB40D1 (or 0xCB40D1) is known color: Fuchsia. HEX triplet: CB, 40 and D1. RGB value is (203,64,209). Sum of RGB (Red+Green+Blue) = 203+64+209=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 64 (25.39% from 255 or 13.45% from 476); Blue value is 209 (82.03% from 255 or 43.91% from 476); Max value from RGB is 209 - color contains mainly: blue. Hex color #CB40D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB40D1 is #34BF2E. Grayscale: #797979. Windows color (decimal): -3456815 or 13713611. OLE color: 13713611.

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

Color convert

RGB 203 64 209 -
CMYK 0.03 0.69 0 0.18
HSL 297.52º 0.61% 0.54% -
HSV(B) 297.52º 0.69% 0.82% -
XYZ 37.97 20.97 62.37 -
YUV 122.09 177.05 185.71 -
System Red Green Blue C M Y K H S L
Decimal 203 64 209 0.03 0.69 0 0.18 297.52 0.61 0.54
Hex CB 40 D1 3 45 0 12 12A 3D 36
Octal 313 100 321 3 105 0 22 452 75 66
Binary 11001011 1000000 11010001 11 1000101 0 10010 100101010 111101 110110

Color Harmonies of #CB40D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB40D1

Black with #CB40D1

Text Example


Text Example

White with #CB40D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB40D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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