Html Css Color HEX #CC03FD Electric Purple

📋 copy color: '#CC03FD'

red 204 ◦ green 3 ◦ blue 253

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

Shades of Electric Purple #CC03FD

Tints of Electric Purple #CC03FD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.65%

 BLUE value IS 253 (99.22% from 255) = 55%

R = 44.35%
G = 0.65%
B = 55%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC03FD (or 0xCC03FD) is known color: Electric Purple. HEX triplet: CC, 03 and FD. RGB value is (204,3,253). Sum of RGB (Red+Green+Blue) = 204+3+253=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 3 (1.56% from 255 or 0.65% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC03FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC03FD is #33FC02. Grayscale: #5A5A5A. Windows color (decimal): -3406851 or 16581580. OLE color: 16581580.

HSL color Cylindrical-coordinate representation of color #CC03FD: hue angle of 288.24º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC03FD is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 3 253 -
CMYK 0.19 0.99 0 0.01
HSL 288.24º 0.98% 0.5% -
HSV(B) 288.24º 0.99% 0.99% -
XYZ 42.66 19.99 94.54 -
YUV 91.6 219.09 208.17 -
System Red Green Blue C M Y K H S L
Decimal 204 3 253 0.19 0.99 0 0.01 288.24 0.98 0.5
Hex CC 3 FD 13 63 0 1 120 62 32
Octal 314 3 375 23 143 0 1 440 142 62
Binary 11001100 11 11111101 10011 1100011 0 1 100100000 1100010 110010

Color Harmonies of #CC03FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC03FD

Black with #CC03FD

Text Example


Text Example

White with #CC03FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC03FD; }

 p { color: rgb(204,3,253); }

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

background-color css

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

 a { background-color: rgb(204,3,253); }

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

border-color css

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

 span { border-color: rgb(204,3,253); }

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