Html Css Color HEX #CC33F8 Electric Purple

📋 copy color: '#CC33F8'

red 204 ◦ green 51 ◦ blue 248

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

Shades of Electric Purple #CC33F8

Tints of Electric Purple #CC33F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 49.3%

R = 40.56%
G = 10.14%
B = 49.3%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CC33F8 (or 0xCC33F8) is known color: Electric Purple. HEX triplet: CC, 33 and F8. RGB value is (204,51,248). Sum of RGB (Red+Green+Blue) = 204+51+248=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 51 (20.31% from 255 or 10.14% from 503); Blue value is 248 (97.27% from 255 or 49.30% from 503); Max value from RGB is 248 - color contains mainly: blue. Hex color #CC33F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC33F8 is #33CC07. Grayscale: #767676. Windows color (decimal): -3394568 or 16266188. OLE color: 16266188.

HSL color Cylindrical-coordinate representation of color #CC33F8: hue angle of 286.6º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC33F8 is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 51 248 -
CMYK 0.18 0.79 0 0.03
HSL 286.6º 0.93% 0.59% -
HSV(B) 286.6º 0.79% 0.97% -
XYZ 43.03 21.98 90.78 -
YUV 119.21 200.69 188.48 -
System Red Green Blue C M Y K H S L
Decimal 204 51 248 0.18 0.79 0 0.03 286.6 0.93 0.59
Hex CC 33 F8 12 4F 0 3 11F 5D 3B
Octal 314 63 370 22 117 0 3 437 135 73
Binary 11001100 110011 11111000 10010 1001111 0 11 100011111 1011101 111011

Color Harmonies of #CC33F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC33F8

Black with #CC33F8

Text Example


Text Example

White with #CC33F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC33F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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