Html Css Color HEX #C70CF0 Electric Purple

📋 copy color: '#C70CF0'

red 199 ◦ green 12 ◦ blue 240

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

Shades of Electric Purple #C70CF0

Tints of Electric Purple #C70CF0

RGB

 RED value IS 199 (78.13% from 255) = 44.12%

 GREEN value IS 12 (5.08% from 255) = 2.66%

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

R = 44.12%
G = 2.66%
B = 53.22%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C70CF0 (or 0xC70CF0) is known color: Electric Purple. HEX triplet: C7, 0C and F0. RGB value is (199,12,240). Sum of RGB (Red+Green+Blue) = 199+12+240=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 12 (5.08% from 255 or 2.66% from 451); Blue value is 240 (94.14% from 255 or 53.22% from 451); Max value from RGB is 240 - color contains mainly: blue. Hex color #C70CF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C70CF0 is #38F30F. Grayscale: #5D5D5D. Windows color (decimal): -3732240 or 15731911. OLE color: 15731911.

HSL color Cylindrical-coordinate representation of color #C70CF0: hue angle of 289.21º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70CF0 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 199 12 240 -
CMYK 0.17 0.95 0 0.06
HSL 289.21º 0.9% 0.49% -
HSV(B) 289.21º 0.95% 0.94% -
XYZ 39.41 18.7 83.97 -
YUV 93.91 210.45 202.96 -
System Red Green Blue C M Y K H S L
Decimal 199 12 240 0.17 0.95 0 0.06 289.21 0.9 0.49
Hex C7 C F0 11 5F 0 6 121 5A 31
Octal 307 14 360 21 137 0 6 441 132 61
Binary 11000111 1100 11110000 10001 1011111 0 110 100100001 1011010 110001

Color Harmonies of #C70CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70CF0

Black with #C70CF0

Text Example


Text Example

White with #C70CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70CF0; }

 p { color: rgb(199,12,240); }

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

background-color css

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

 a { background-color: rgb(199,12,240); }

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

border-color css

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

 span { border-color: rgb(199,12,240); }

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