Html Css Color HEX #CC10F0 Electric Purple

📋 copy color: '#CC10F0'

red 204 ◦ green 16 ◦ blue 240

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

Shades of Electric Purple #CC10F0

Tints of Electric Purple #CC10F0

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.48%

 BLUE value IS 240 (94.14% from 255) = 52.17%

R = 44.35%
G = 3.48%
B = 52.17%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC10F0 (or 0xCC10F0) is known color: Electric Purple. HEX triplet: CC, 10 and F0. RGB value is (204,16,240). Sum of RGB (Red+Green+Blue) = 204+16+240=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 16 (6.64% from 255 or 3.48% from 460); Blue value is 240 (94.14% from 255 or 52.17% from 460); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC10F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC10F0 is #33EF0F. Grayscale: #616161. Windows color (decimal): -3403536 or 15732940. OLE color: 15732940.

HSL color Cylindrical-coordinate representation of color #CC10F0: hue angle of 290.36º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC10F0 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 16 240 -
CMYK 0.15 0.93 0 0.06
HSL 290.36º 0.88% 0.5% -
HSV(B) 290.36º 0.93% 0.94% -
XYZ 40.82 19.5 84.05 -
YUV 97.75 208.28 203.79 -
System Red Green Blue C M Y K H S L
Decimal 204 16 240 0.15 0.93 0 0.06 290.36 0.88 0.5
Hex CC 10 F0 F 5D 0 6 122 58 32
Octal 314 20 360 17 135 0 6 442 130 62
Binary 11001100 10000 11110000 1111 1011101 0 110 100100010 1011000 110010

Color Harmonies of #CC10F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC10F0

Black with #CC10F0

Text Example


Text Example

White with #CC10F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC10F0; }

 p { color: rgb(204,16,240); }

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

background-color css

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

 a { background-color: rgb(204,16,240); }

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

border-color css

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

 span { border-color: rgb(204,16,240); }

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