Html Css Color HEX #CC33FA Electric Purple

📋 copy color: '#CC33FA'

red 204 ◦ green 51 ◦ blue 250

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

Shades of Electric Purple #CC33FA

Tints of Electric Purple #CC33FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.5%

R = 40.4%
G = 10.1%
B = 49.5%

CMYK

 C value IS 0.18

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC33FA (or 0xCC33FA) is known color: Electric Purple. HEX triplet: CC, 33 and FA. RGB value is (204,51,250). Sum of RGB (Red+Green+Blue) = 204+51+250=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 51 (20.31% from 255 or 10.10% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC33FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC33FA is #33CC05. Grayscale: #767676. Windows color (decimal): -3394566 or 16397260. OLE color: 16397260.

HSL color Cylindrical-coordinate representation of color #CC33FA: hue angle of 286.13º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC33FA is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 51 250 -
CMYK 0.18 0.80 0 0.02
HSL 286.13º 0.95% 0.59% -
HSV(B) 286.13º 0.8% 0.98% -
XYZ 43.34 22.11 92.43 -
YUV 119.43 201.69 188.32 -
System Red Green Blue C M Y K H S L
Decimal 204 51 250 0.18 0.80 0 0.02 286.13 0.95 0.59
Hex CC 33 FA 12 50 0 2 11E 5F 3B
Octal 314 63 372 22 120 0 2 436 137 73
Binary 11001100 110011 11111010 10010 1010000 0 10 100011110 1011111 111011

Color Harmonies of #CC33FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC33FA

Black with #CC33FA

Text Example


Text Example

White with #CC33FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC33FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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