Html Css Color HEX #C70CED Electric Purple

📋 copy color: '#C70CED'

red 199 ◦ green 12 ◦ blue 237

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

Shades of Electric Purple #C70CED

Tints of Electric Purple #C70CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 52.9%

R = 44.42%
G = 2.68%
B = 52.9%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C70CED (or 0xC70CED) is known color: Electric Purple. HEX triplet: C7, 0C and ED. RGB value is (199,12,237). Sum of RGB (Red+Green+Blue) = 199+12+237=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 12 (5.08% from 255 or 2.68% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #C70CED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C70CED is #38F312. Grayscale: #5C5C5C. Windows color (decimal): -3732243 or 15535303. OLE color: 15535303.

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

Color convert

RGB 199 12 237 -
CMYK 0.16 0.95 0 0.07
HSL 289.87º 0.9% 0.49% -
HSV(B) 289.87º 0.95% 0.93% -
XYZ 38.97 18.52 81.64 -
YUV 93.56 208.95 203.2 -
System Red Green Blue C M Y K H S L
Decimal 199 12 237 0.16 0.95 0 0.07 289.87 0.9 0.49
Hex C7 C ED 10 5F 0 7 122 5A 31
Octal 307 14 355 20 137 0 7 442 132 61
Binary 11000111 1100 11101101 10000 1011111 0 111 100100010 1011010 110001

Color Harmonies of #C70CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70CED

Black with #C70CED

Text Example


Text Example

White with #C70CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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