Html Css Color HEX #CB40B6 Fuchsia

📋 copy color: '#CB40B6'

red 203 ◦ green 64 ◦ blue 182

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

Shades of Fuchsia #CB40B6

Tints of Fuchsia #CB40B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.53%

R = 45.21%
G = 14.25%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#CB40B6 (or 0xCB40B6) is known color: Fuchsia. HEX triplet: CB, 40 and B6. RGB value is (203,64,182). Sum of RGB (Red+Green+Blue) = 203+64+182=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 64 (25.39% from 255 or 14.25% from 449); Blue value is 182 (71.48% from 255 or 40.53% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB40B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB40B6 is #34BF49. Grayscale: #767676. Windows color (decimal): -3456842 or 11944139. OLE color: 11944139.

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

Color convert

RGB 203 64 182 -
CMYK 0 0.68 0.10 0.20
HSL 309.06º 0.57% 0.52% -
HSV(B) 309.06º 0.68% 0.8% -
XYZ 34.91 19.74 46.23 -
YUV 119.01 163.55 187.91 -
System Red Green Blue C M Y K H S L
Decimal 203 64 182 0 0.68 0.10 0.20 309.06 0.57 0.52
Hex CB 40 B6 0 44 A 14 135 39 34
Octal 313 100 266 0 104 12 24 465 71 64
Binary 11001011 1000000 10110110 0 1000100 1010 10100 100110101 111001 110100

Color Harmonies of #CB40B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB40B6

Black with #CB40B6

Text Example


Text Example

White with #CB40B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB40B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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