Html Css Color HEX #CC30F9 Electric Purple

📋 copy color: '#CC30F9'

red 204 ◦ green 48 ◦ blue 249

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

Shades of Electric Purple #CC30F9

Tints of Electric Purple #CC30F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.7%

R = 40.72%
G = 9.58%
B = 49.7%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC30F9 (or 0xCC30F9) is known color: Electric Purple. HEX triplet: CC, 30 and F9. RGB value is (204,48,249). Sum of RGB (Red+Green+Blue) = 204+48+249=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 48 (19.14% from 255 or 9.58% from 501); Blue value is 249 (97.66% from 255 or 49.70% from 501); Max value from RGB is 249 - color contains mainly: blue. Hex color #CC30F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC30F9 is #33CF06. Grayscale: #747474. Windows color (decimal): -3395335 or 16330956. OLE color: 16330956.

HSL color Cylindrical-coordinate representation of color #CC30F9: hue angle of 286.57º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC30F9 is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 48 249 -
CMYK 0.18 0.81 0 0.02
HSL 286.57º 0.94% 0.58% -
HSV(B) 286.57º 0.81% 0.98% -
XYZ 43.06 21.79 91.56 -
YUV 117.56 202.18 189.66 -
System Red Green Blue C M Y K H S L
Decimal 204 48 249 0.18 0.81 0 0.02 286.57 0.94 0.58
Hex CC 30 F9 12 51 0 2 11F 5E 3A
Octal 314 60 371 22 121 0 2 437 136 72
Binary 11001100 110000 11111001 10010 1010001 0 10 100011111 1011110 111010

Color Harmonies of #CC30F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC30F9

Black with #CC30F9

Text Example


Text Example

White with #CC30F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC30F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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