Html Css Color HEX #CC33CF Fuchsia

📋 copy color: '#CC33CF'

red 204 ◦ green 51 ◦ blue 207

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

Shades of Fuchsia #CC33CF

Tints of Fuchsia #CC33CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.81%

R = 44.16%
G = 11.04%
B = 44.81%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC33CF (or 0xCC33CF) is known color: Fuchsia. HEX triplet: CC, 33 and CF. RGB value is (204,51,207). Sum of RGB (Red+Green+Blue) = 204+51+207=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 51 (20.31% from 255 or 11.04% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC33CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC33CF is #33CC30. Grayscale: #727272. Windows color (decimal): -3394609 or 13579212. OLE color: 13579212.

HSL color Cylindrical-coordinate representation of color #CC33CF: hue angle of 298.85º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC33CF is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 51 207 -
CMYK 0.01 0.75 0 0.19
HSL 298.85º 0.62% 0.51% -
HSV(B) 298.85º 0.75% 0.81% -
XYZ 37.35 19.71 60.87 -
YUV 114.53 180.19 191.82 -
System Red Green Blue C M Y K H S L
Decimal 204 51 207 0.01 0.75 0 0.19 298.85 0.62 0.51
Hex CC 33 CF 1 4B 0 13 12B 3E 33
Octal 314 63 317 1 113 0 23 453 76 63
Binary 11001100 110011 11001111 1 1001011 0 10011 100101011 111110 110011

Color Harmonies of #CC33CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC33CF

Black with #CC33CF

Text Example


Text Example

White with #CC33CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC33CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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