Html Css Color HEX #CC33CB Fuchsia

📋 copy color: '#CC33CB'

red 204 ◦ green 51 ◦ blue 203

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

Shades of Fuchsia #CC33CB

Tints of Fuchsia #CC33CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.32%

R = 44.54%
G = 11.14%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC33CB (or 0xCC33CB) is known color: Fuchsia. HEX triplet: CC, 33 and CB. RGB value is (204,51,203). Sum of RGB (Red+Green+Blue) = 204+51+203=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 51 (20.31% from 255 or 11.14% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC33CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC33CB is #33CC34. Grayscale: #717171. Windows color (decimal): -3394613 or 13317068. OLE color: 13317068.

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

Color convert

RGB 204 51 203 -
CMYK 0 0.75 0.00 0.2
HSL 300.39º 0.6% 0.5% -
HSV(B) 300.39º 0.75% 0.8% -
XYZ 36.87 19.52 58.32 -
YUV 114.08 178.19 192.14 -
System Red Green Blue C M Y K H S L
Decimal 204 51 203 0 0.75 0.00 0.2 300.39 0.6 0.5
Hex CC 33 CB 0 4B 0 14 12C 3C 32
Octal 314 63 313 0 113 0 24 454 74 62
Binary 11001100 110011 11001011 0 1001011 0 10100 100101100 111100 110010

Color Harmonies of #CC33CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC33CB

Black with #CC33CB

Text Example


Text Example

White with #CC33CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC33CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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