Html Css Color HEX #CC33CA Fuchsia

📋 copy color: '#CC33CA'

red 204 ◦ green 51 ◦ blue 202

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

Shades of Fuchsia #CC33CA

Tints of Fuchsia #CC33CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.2%

R = 44.64%
G = 11.16%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CC33CA (or 0xCC33CA) is known color: Fuchsia. HEX triplet: CC, 33 and CA. RGB value is (204,51,202). Sum of RGB (Red+Green+Blue) = 204+51+202=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 51 (20.31% from 255 or 11.16% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC33CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC33CA is #33CC35. Grayscale: #717171. Windows color (decimal): -3394614 or 13251532. OLE color: 13251532.

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

Color convert

RGB 204 51 202 -
CMYK 0 0.75 0.01 0.2
HSL 300.78º 0.6% 0.5% -
HSV(B) 300.78º 0.75% 0.8% -
XYZ 36.75 19.47 57.7 -
YUV 113.96 177.69 192.22 -
System Red Green Blue C M Y K H S L
Decimal 204 51 202 0 0.75 0.01 0.2 300.78 0.6 0.5
Hex CC 33 CA 0 4B 1 14 12D 3C 32
Octal 314 63 312 0 113 1 24 455 74 62
Binary 11001100 110011 11001010 0 1001011 1 10100 100101101 111100 110010

Color Harmonies of #CC33CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC33CA

Black with #CC33CA

Text Example


Text Example

White with #CC33CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC33CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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