Html Css Color HEX #CC03FF Electric Purple

📋 copy color: '#CC03FF'

red 204 ◦ green 3 ◦ blue 255

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

Shades of Electric Purple #CC03FF

Tints of Electric Purple #CC03FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.19%

R = 44.16%
G = 0.65%
B = 55.19%

CMYK

 C value IS 0.2

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC03FF (or 0xCC03FF) is known color: Electric Purple. HEX triplet: CC, 03 and FF. RGB value is (204,3,255). Sum of RGB (Red+Green+Blue) = 204+3+255=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 3 (1.56% from 255 or 0.65% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC03FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC03FF is #33FC00. Grayscale: #5B5B5B. Windows color (decimal): -3406849 or 16712652. OLE color: 16712652.

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

Color convert

RGB 204 3 255 -
CMYK 0.2 0.99 0 0
HSL 287.86º 1% 0.51% -
HSV(B) 287.86º 0.99% 1% -
XYZ 42.98 20.12 96.23 -
YUV 91.83 220.09 208.01 -
System Red Green Blue C M Y K H S L
Decimal 204 3 255 0.2 0.99 0 0 287.86 1 0.51
Hex CC 3 FF 14 63 0 0 120 64 33
Octal 314 3 377 24 143 0 0 440 144 63
Binary 11001100 11 11111111 10100 1100011 0 0 100100000 1100100 110011

Color Harmonies of #CC03FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC03FF

Black with #CC03FF

Text Example


Text Example

White with #CC03FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC03FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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