Html Css Color HEX #CB40C2 Fuchsia

📋 copy color: '#CB40C2'

red 203 ◦ green 64 ◦ blue 194

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

Shades of Fuchsia #CB40C2

Tints of Fuchsia #CB40C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 42.08%

R = 44.03%
G = 13.88%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#CB40C2 (or 0xCB40C2) is known color: Fuchsia. HEX triplet: CB, 40 and C2. RGB value is (203,64,194). Sum of RGB (Red+Green+Blue) = 203+64+194=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 194 (76.17% from 255 or 42.08% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CB40C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB40C2 is #34BF3D. Grayscale: #787878. Windows color (decimal): -3456830 or 12730571. OLE color: 12730571.

HSL color Cylindrical-coordinate representation of color #CB40C2: hue angle of 303.88º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB40C2 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 64 194 -
CMYK 0 0.68 0.04 0.20
HSL 303.88º 0.57% 0.52% -
HSV(B) 303.88º 0.68% 0.8% -
XYZ 36.2 20.26 53.04 -
YUV 120.38 169.55 186.93 -
System Red Green Blue C M Y K H S L
Decimal 203 64 194 0 0.68 0.04 0.20 303.88 0.57 0.52
Hex CB 40 C2 0 44 4 14 130 39 34
Octal 313 100 302 0 104 4 24 460 71 64
Binary 11001011 1000000 11000010 0 1000100 100 10100 100110000 111001 110100

Color Harmonies of #CB40C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB40C2

Black with #CB40C2

Text Example


Text Example

White with #CB40C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB40C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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