Html Css Color HEX #CB2FB5 Fuchsia

📋 copy color: '#CB2FB5'

red 203 ◦ green 47 ◦ blue 181

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

Shades of Fuchsia #CB2FB5

Tints of Fuchsia #CB2FB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 42%

R = 47.1%
G = 10.9%
B = 42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CB2FB5 (or 0xCB2FB5) is known color: Fuchsia. HEX triplet: CB, 2F and B5. RGB value is (203,47,181). Sum of RGB (Red+Green+Blue) = 203+47+181=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 47 (18.75% from 255 or 10.90% from 431); Blue value is 181 (71.09% from 255 or 42.00% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2FB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2FB5 is #34D04A. Grayscale: #6C6C6C. Windows color (decimal): -3461195 or 11874251. OLE color: 11874251.

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

Color convert

RGB 203 47 181 -
CMYK 0 0.77 0.11 0.20
HSL 308.46º 0.62% 0.49% -
HSV(B) 308.46º 0.77% 0.8% -
XYZ 33.99 18.07 45.41 -
YUV 108.92 168.68 195.1 -
System Red Green Blue C M Y K H S L
Decimal 203 47 181 0 0.77 0.11 0.20 308.46 0.62 0.49
Hex CB 2F B5 0 4D B 14 134 3E 31
Octal 313 57 265 0 115 13 24 464 76 61
Binary 11001011 101111 10110101 0 1001101 1011 10100 100110100 111110 110001

Color Harmonies of #CB2FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2FB5

Black with #CB2FB5

Text Example


Text Example

White with #CB2FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2FB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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