Html Css Color HEX #C70FEB Electric Purple

📋 copy color: '#C70FEB'

red 199 ◦ green 15 ◦ blue 235

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

Shades of Electric Purple #C70FEB

Tints of Electric Purple #C70FEB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.34%

 BLUE value IS 235 (92.19% from 255) = 52.34%

R = 44.32%
G = 3.34%
B = 52.34%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C70FEB (or 0xC70FEB) is known color: Electric Purple. HEX triplet: C7, 0F and EB. RGB value is (199,15,235). Sum of RGB (Red+Green+Blue) = 199+15+235=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 15 (6.25% from 255 or 3.34% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #C70FEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C70FEB is #38F014. Grayscale: #5E5E5E. Windows color (decimal): -3731477 or 15404999. OLE color: 15404999.

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

Color convert

RGB 199 15 235 -
CMYK 0.15 0.94 0 0.08
HSL 290.18º 0.88% 0.49% -
HSV(B) 290.18º 0.94% 0.92% -
XYZ 38.72 18.48 80.12 -
YUV 95.1 206.96 202.11 -
System Red Green Blue C M Y K H S L
Decimal 199 15 235 0.15 0.94 0 0.08 290.18 0.88 0.49
Hex C7 F EB F 5E 0 8 122 58 31
Octal 307 17 353 17 136 0 10 442 130 61
Binary 11000111 1111 11101011 1111 1011110 0 1000 100100010 1011000 110001

Color Harmonies of #C70FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70FEB

Black with #C70FEB

Text Example


Text Example

White with #C70FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70FEB; }

 p { color: rgb(199,15,235); }

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

background-color css

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

 a { background-color: rgb(199,15,235); }

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

border-color css

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

 span { border-color: rgb(199,15,235); }

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