Html Css Color HEX #CC33FC Electric Purple

📋 copy color: '#CC33FC'

red 204 ◦ green 51 ◦ blue 252

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

Shades of Electric Purple #CC33FC

Tints of Electric Purple #CC33FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.7%

R = 40.24%
G = 10.06%
B = 49.7%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC33FC (or 0xCC33FC) is known color: Electric Purple. HEX triplet: CC, 33 and FC. RGB value is (204,51,252). Sum of RGB (Red+Green+Blue) = 204+51+252=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 51 (20.31% from 255 or 10.06% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC33FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC33FC is #33CC03. Grayscale: #777777. Windows color (decimal): -3394564 or 16528332. OLE color: 16528332.

HSL color Cylindrical-coordinate representation of color #CC33FC: hue angle of 285.67º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC33FC is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 51 252 -
CMYK 0.19 0.80 0 0.01
HSL 285.67º 0.97% 0.59% -
HSV(B) 285.67º 0.8% 0.99% -
XYZ 43.66 22.23 94.09 -
YUV 119.66 202.69 188.16 -
System Red Green Blue C M Y K H S L
Decimal 204 51 252 0.19 0.80 0 0.01 285.67 0.97 0.59
Hex CC 33 FC 13 50 0 1 11E 61 3B
Octal 314 63 374 23 120 0 1 436 141 73
Binary 11001100 110011 11111100 10011 1010000 0 1 100011110 1100001 111011

Color Harmonies of #CC33FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC33FC

Black with #CC33FC

Text Example


Text Example

White with #CC33FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC33FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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