Html Css Color HEX #CC33B0 Fuchsia

📋 copy color: '#CC33B0'

red 204 ◦ green 51 ◦ blue 176

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

Shades of Fuchsia #CC33B0

Tints of Fuchsia #CC33B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.84%

R = 47.33%
G = 11.83%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC33B0 (or 0xCC33B0) is known color: Fuchsia. HEX triplet: CC, 33 and B0. RGB value is (204,51,176). Sum of RGB (Red+Green+Blue) = 204+51+176=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 51 (20.31% from 255 or 11.83% from 431); Blue value is 176 (69.14% from 255 or 40.84% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC33B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC33B0 is #33CC4F. Grayscale: #6E6E6E. Windows color (decimal): -3394640 or 11547596. OLE color: 11547596.

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

Color convert

RGB 204 51 176 -
CMYK 0 0.75 0.14 0.2
HSL 310.98º 0.6% 0.5% -
HSV(B) 310.98º 0.75% 0.8% -
XYZ 33.92 18.34 42.83 -
YUV 111 164.69 194.34 -
System Red Green Blue C M Y K H S L
Decimal 204 51 176 0 0.75 0.14 0.2 310.98 0.6 0.5
Hex CC 33 B0 0 4B E 14 137 3C 32
Octal 314 63 260 0 113 16 24 467 74 62
Binary 11001100 110011 10110000 0 1001011 1110 10100 100110111 111100 110010

Color Harmonies of #CC33B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC33B0

Black with #CC33B0

Text Example


Text Example

White with #CC33B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC33B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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