Html Css Color HEX #C70CFC Electric Purple

📋 copy color: '#C70CFC'

red 199 ◦ green 12 ◦ blue 252

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

Shades of Electric Purple #C70CFC

Tints of Electric Purple #C70CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.43%

R = 42.98%
G = 2.59%
B = 54.43%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C70CFC (or 0xC70CFC) is known color: Electric Purple. HEX triplet: C7, 0C and FC. RGB value is (199,12,252). Sum of RGB (Red+Green+Blue) = 199+12+252=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 12 (5.08% from 255 or 2.59% from 463); Blue value is 252 (98.83% from 255 or 54.43% from 463); Max value from RGB is 252 - color contains mainly: blue. Hex color #C70CFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C70CFC is #38F303. Grayscale: #5E5E5E. Windows color (decimal): -3732228 or 16518343. OLE color: 16518343.

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

Color convert

RGB 199 12 252 -
CMYK 0.21 0.95 0 0.01
HSL 286.75º 0.98% 0.52% -
HSV(B) 286.75º 0.95% 0.99% -
XYZ 41.26 19.43 93.67 -
YUV 95.27 216.45 201.99 -
System Red Green Blue C M Y K H S L
Decimal 199 12 252 0.21 0.95 0 0.01 286.75 0.98 0.52
Hex C7 C FC 15 5F 0 1 11F 62 34
Octal 307 14 374 25 137 0 1 437 142 64
Binary 11000111 1100 11111100 10101 1011111 0 1 100011111 1100010 110100

Color Harmonies of #C70CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70CFC

Black with #C70CFC

Text Example


Text Example

White with #C70CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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