Html Css Color HEX #CC33B2 Fuchsia

📋 copy color: '#CC33B2'

red 204 ◦ green 51 ◦ blue 178

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

Shades of Fuchsia #CC33B2

Tints of Fuchsia #CC33B2

RGB

 RED value IS 204 (80.08% from 255) = 47.11%

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

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

R = 47.11%
G = 11.78%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#CC33B2 (or 0xCC33B2) is known color: Fuchsia. HEX triplet: CC, 33 and B2. RGB value is (204,51,178). Sum of RGB (Red+Green+Blue) = 204+51+178=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 51 (20.31% from 255 or 11.78% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC33B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC33B2 is #33CC4D. Grayscale: #6E6E6E. Windows color (decimal): -3394638 or 11678668. OLE color: 11678668.

HSL color Cylindrical-coordinate representation of color #CC33B2: hue angle of 310.2º 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 #CC33B2 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 51 178 -
CMYK 0 0.75 0.13 0.2
HSL 310.2º 0.6% 0.5% -
HSV(B) 310.2º 0.75% 0.8% -
XYZ 34.12 18.42 43.88 -
YUV 111.23 165.69 194.17 -
System Red Green Blue C M Y K H S L
Decimal 204 51 178 0 0.75 0.13 0.2 310.2 0.6 0.5
Hex CC 33 B2 0 4B D 14 136 3C 32
Octal 314 63 262 0 113 15 24 466 74 62
Binary 11001100 110011 10110010 0 1001011 1101 10100 100110110 111100 110010

Color Harmonies of #CC33B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC33B2

Black with #CC33B2

Text Example


Text Example

White with #CC33B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC33B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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