Html Css Color HEX #CC30FA Electric Purple

📋 copy color: '#CC30FA'

red 204 ◦ green 48 ◦ blue 250

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

Shades of Electric Purple #CC30FA

Tints of Electric Purple #CC30FA

RGB

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

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

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

R = 40.64%
G = 9.56%
B = 49.8%

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

#CC30FA (or 0xCC30FA) is known color: Electric Purple. HEX triplet: CC, 30 and FA. RGB value is (204,48,250). Sum of RGB (Red+Green+Blue) = 204+48+250=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 48 (19.14% from 255 or 9.56% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC30FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC30FA is #33CF05. Grayscale: #757575. Windows color (decimal): -3395334 or 16396492. OLE color: 16396492.

HSL color Cylindrical-coordinate representation of color #CC30FA: hue angle of 286.34º degrees, saturation: 0.95, 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 #CC30FA is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 48 250 -
CMYK 0.18 0.81 0 0.02
HSL 286.34º 0.95% 0.58% -
HSV(B) 286.34º 0.81% 0.98% -
XYZ 43.21 21.85 92.38 -
YUV 117.67 202.68 189.57 -
System Red Green Blue C M Y K H S L
Decimal 204 48 250 0.18 0.81 0 0.02 286.34 0.95 0.58
Hex CC 30 FA 12 51 0 2 11E 5F 3A
Octal 314 60 372 22 121 0 2 436 137 72
Binary 11001100 110000 11111010 10010 1010001 0 10 100011110 1011111 111010

Color Harmonies of #CC30FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC30FA

Black with #CC30FA

Text Example


Text Example

White with #CC30FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC30FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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