Html Css Color HEX #C70CFE Electric Purple

📋 copy color: '#C70CFE'

red 199 ◦ green 12 ◦ blue 254

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

Shades of Electric Purple #C70CFE

Tints of Electric Purple #C70CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.62%

R = 42.8%
G = 2.58%
B = 54.62%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C70CFE (or 0xC70CFE) is known color: Electric Purple. HEX triplet: C7, 0C and FE. RGB value is (199,12,254). Sum of RGB (Red+Green+Blue) = 199+12+254=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 12 (5.08% from 255 or 2.58% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #C70CFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C70CFE is #38F301. Grayscale: #5E5E5E. Windows color (decimal): -3732226 or 16649415. OLE color: 16649415.

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

Color convert

RGB 199 12 254 -
CMYK 0.22 0.95 0 0.00
HSL 286.36º 0.99% 0.52% -
HSV(B) 286.36º 0.95% 1% -
XYZ 41.57 19.56 95.35 -
YUV 95.5 217.45 201.82 -
System Red Green Blue C M Y K H S L
Decimal 199 12 254 0.22 0.95 0 0.00 286.36 0.99 0.52
Hex C7 C FE 16 5F 0 0 11E 63 34
Octal 307 14 376 26 137 0 0 436 143 64
Binary 11000111 1100 11111110 10110 1011111 0 0 100011110 1100011 110100

Color Harmonies of #C70CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70CFE

Black with #C70CFE

Text Example


Text Example

White with #C70CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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