Html Css Color HEX #CB2CB9 Fuchsia

📋 copy color: '#CB2CB9'

red 203 ◦ green 44 ◦ blue 185

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

Shades of Fuchsia #CB2CB9

Tints of Fuchsia #CB2CB9

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.19%

 BLUE value IS 185 (72.66% from 255) = 42.82%

R = 46.99%
G = 10.19%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CB2CB9 (or 0xCB2CB9) is known color: Fuchsia. HEX triplet: CB, 2C and B9. RGB value is (203,44,185). Sum of RGB (Red+Green+Blue) = 203+44+185=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 44 (17.58% from 255 or 10.19% from 432); Blue value is 185 (72.66% from 255 or 42.82% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2CB9 is #34D346. Grayscale: #6B6B6B. Windows color (decimal): -3461959 or 12135627. OLE color: 12135627.

HSL color Cylindrical-coordinate representation of color #CB2CB9: hue angle of 306.79º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB2CB9 is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 44 185 -
CMYK 0 0.78 0.09 0.20
HSL 306.79º 0.64% 0.48% -
HSV(B) 306.79º 0.78% 0.8% -
XYZ 34.29 18 47.57 -
YUV 107.62 171.68 196.04 -
System Red Green Blue C M Y K H S L
Decimal 203 44 185 0 0.78 0.09 0.20 306.79 0.64 0.48
Hex CB 2C B9 0 4E 9 14 133 40 30
Octal 313 54 271 0 116 11 24 463 100 60
Binary 11001011 101100 10111001 0 1001110 1001 10100 100110011 1000000 110000

Color Harmonies of #CB2CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2CB9

Black with #CB2CB9

Text Example


Text Example

White with #CB2CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2CB9; }

 p { color: rgb(203,44,185); }

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

background-color css

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

 a { background-color: rgb(203,44,185); }

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

border-color css

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

 span { border-color: rgb(203,44,185); }

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