Html Css Color HEX #CB2FB9 Fuchsia

📋 copy color: '#CB2FB9'

red 203 ◦ green 47 ◦ blue 185

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

Shades of Fuchsia #CB2FB9

Tints of Fuchsia #CB2FB9

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.8%

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

R = 46.67%
G = 10.8%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CB2FB9 (or 0xCB2FB9) is known color: Fuchsia. HEX triplet: CB, 2F and B9. RGB value is (203,47,185). Sum of RGB (Red+Green+Blue) = 203+47+185=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 47 (18.75% from 255 or 10.80% from 435); Blue value is 185 (72.66% from 255 or 42.53% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2FB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2FB9 is #34D046. Grayscale: #6C6C6C. Windows color (decimal): -3461191 or 12136395. OLE color: 12136395.

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

Color convert

RGB 203 47 185 -
CMYK 0 0.77 0.09 0.20
HSL 306.92º 0.62% 0.49% -
HSV(B) 306.92º 0.77% 0.8% -
XYZ 34.4 18.23 47.6 -
YUV 109.38 170.68 194.78 -
System Red Green Blue C M Y K H S L
Decimal 203 47 185 0 0.77 0.09 0.20 306.92 0.62 0.49
Hex CB 2F B9 0 4D 9 14 133 3E 31
Octal 313 57 271 0 115 11 24 463 76 61
Binary 11001011 101111 10111001 0 1001101 1001 10100 100110011 111110 110001

Color Harmonies of #CB2FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2FB9

Black with #CB2FB9

Text Example


Text Example

White with #CB2FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2FB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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