Html Css Color HEX #CC30FB Electric Purple

📋 copy color: '#CC30FB'

red 204 ◦ green 48 ◦ blue 251

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

Shades of Electric Purple #CC30FB

Tints of Electric Purple #CC30FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.9%

R = 40.56%
G = 9.54%
B = 49.9%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC30FB (or 0xCC30FB) is known color: Electric Purple. HEX triplet: CC, 30 and FB. RGB value is (204,48,251). Sum of RGB (Red+Green+Blue) = 204+48+251=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 48 (19.14% from 255 or 9.54% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC30FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC30FB is #33CF04. Grayscale: #757575. Windows color (decimal): -3395333 or 16462028. OLE color: 16462028.

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

Color convert

RGB 204 48 251 -
CMYK 0.19 0.81 0 0.02
HSL 286.11º 0.96% 0.59% -
HSV(B) 286.11º 0.81% 0.98% -
XYZ 43.37 21.92 93.21 -
YUV 117.79 203.18 189.49 -
System Red Green Blue C M Y K H S L
Decimal 204 48 251 0.19 0.81 0 0.02 286.11 0.96 0.59
Hex CC 30 FB 13 51 0 2 11E 60 3B
Octal 314 60 373 23 121 0 2 436 140 73
Binary 11001100 110000 11111011 10011 1010001 0 10 100011110 1100000 111011

Color Harmonies of #CC30FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC30FB

Black with #CC30FB

Text Example


Text Example

White with #CC30FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC30FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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