Html Css Color HEX #CC30FE Electric Purple

📋 copy color: '#CC30FE'

red 204 ◦ green 48 ◦ blue 254

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

Shades of Electric Purple #CC30FE

Tints of Electric Purple #CC30FE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.49%

 BLUE value IS 254 (99.61% from 255) = 50.2%

R = 40.32%
G = 9.49%
B = 50.2%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC30FE (or 0xCC30FE) is known color: Electric Purple. HEX triplet: CC, 30 and FE. RGB value is (204,48,254). Sum of RGB (Red+Green+Blue) = 204+48+254=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 48 (19.14% from 255 or 9.49% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC30FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC30FE is #33CF01. Grayscale: #757575. Windows color (decimal): -3395330 or 16658636. OLE color: 16658636.

HSL color Cylindrical-coordinate representation of color #CC30FE: hue angle of 285.44º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC30FE is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 48 254 -
CMYK 0.20 0.81 0 0.00
HSL 285.44º 0.99% 0.59% -
HSV(B) 285.44º 0.81% 1% -
XYZ 43.85 22.11 95.72 -
YUV 118.13 204.68 189.25 -
System Red Green Blue C M Y K H S L
Decimal 204 48 254 0.20 0.81 0 0.00 285.44 0.99 0.59
Hex CC 30 FE 14 51 0 0 11D 63 3B
Octal 314 60 376 24 121 0 0 435 143 73
Binary 11001100 110000 11111110 10100 1010001 0 0 100011101 1100011 111011

Color Harmonies of #CC30FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC30FE

Black with #CC30FE

Text Example


Text Example

White with #CC30FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC30FE; }

 p { color: rgb(204,48,254); }

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

background-color css

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

 a { background-color: rgb(204,48,254); }

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

border-color css

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

 span { border-color: rgb(204,48,254); }

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