Html Css Color HEX #CB40D3 Fuchsia

📋 copy color: '#CB40D3'

red 203 ◦ green 64 ◦ blue 211

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

Shades of Fuchsia #CB40D3

Tints of Fuchsia #CB40D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 44.14%

R = 42.47%
G = 13.39%
B = 44.14%

CMYK

 C value IS 0.04

 M value IS 0.70

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CB40D3 (or 0xCB40D3) is known color: Fuchsia. HEX triplet: CB, 40 and D3. RGB value is (203,64,211). Sum of RGB (Red+Green+Blue) = 203+64+211=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 64 (25.39% from 255 or 13.39% from 478); Blue value is 211 (82.81% from 255 or 44.14% from 478); Max value from RGB is 211 - color contains mainly: blue. Hex color #CB40D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB40D3 is #34BF2C. Grayscale: #797979. Windows color (decimal): -3456813 or 13844683. OLE color: 13844683.

HSL color Cylindrical-coordinate representation of color #CB40D3: hue angle of 296.73º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB40D3 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 203 64 211 -
CMYK 0.04 0.70 0 0.17
HSL 296.73º 0.63% 0.54% -
HSV(B) 296.73º 0.7% 0.83% -
XYZ 38.22 21.07 63.68 -
YUV 122.32 178.05 185.55 -
System Red Green Blue C M Y K H S L
Decimal 203 64 211 0.04 0.70 0 0.17 296.73 0.63 0.54
Hex CB 40 D3 4 46 0 11 129 3F 36
Octal 313 100 323 4 106 0 21 451 77 66
Binary 11001011 1000000 11010011 100 1000110 0 10001 100101001 111111 110110

Color Harmonies of #CB40D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB40D3

Black with #CB40D3

Text Example


Text Example

White with #CB40D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB40D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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