Html Css Color HEX #CB33B2 Fuchsia

📋 copy color: '#CB33B2'

red 203 ◦ green 51 ◦ blue 178

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

Shades of Fuchsia #CB33B2

Tints of Fuchsia #CB33B2

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.81%

 BLUE value IS 178 (69.92% from 255) = 41.2%

R = 46.99%
G = 11.81%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#CB33B2 (or 0xCB33B2) is known color: Fuchsia. HEX triplet: CB, 33 and B2. RGB value is (203,51,178). Sum of RGB (Red+Green+Blue) = 203+51+178=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 51 (20.31% from 255 or 11.81% from 432); Blue value is 178 (69.92% from 255 or 41.20% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CB33B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB33B2 is #34CC4D. Grayscale: #6E6E6E. Windows color (decimal): -3460174 or 11678667. OLE color: 11678667.

HSL color Cylindrical-coordinate representation of color #CB33B2: hue angle of 309.87º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB33B2 is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 51 178 -
CMYK 0 0.75 0.12 0.20
HSL 309.87º 0.6% 0.5% -
HSV(B) 309.87º 0.75% 0.8% -
XYZ 33.85 18.28 43.86 -
YUV 110.93 165.86 193.67 -
System Red Green Blue C M Y K H S L
Decimal 203 51 178 0 0.75 0.12 0.20 309.87 0.6 0.5
Hex CB 33 B2 0 4B C 14 136 3C 32
Octal 313 63 262 0 113 14 24 466 74 62
Binary 11001011 110011 10110010 0 1001011 1100 10100 100110110 111100 110010

Color Harmonies of #CB33B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB33B2

Black with #CB33B2

Text Example


Text Example

White with #CB33B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB33B2; }

 p { color: rgb(203,51,178); }

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

background-color css

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

 a { background-color: rgb(203,51,178); }

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

border-color css

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

 span { border-color: rgb(203,51,178); }

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