Html Css Color HEX #C70CFF Electric Purple

📋 copy color: '#C70CFF'

red 199 ◦ green 12 ◦ blue 255

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

Shades of Electric Purple #C70CFF

Tints of Electric Purple #C70CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.72%

R = 42.7%
G = 2.58%
B = 54.72%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C70CFF (or 0xC70CFF) is known color: Electric Purple. HEX triplet: C7, 0C and FF. RGB value is (199,12,255). Sum of RGB (Red+Green+Blue) = 199+12+255=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 12 (5.08% from 255 or 2.58% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #C70CFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C70CFF is #38F300. Grayscale: #5E5E5E. Windows color (decimal): -3732225 or 16714951. OLE color: 16714951.

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

Color convert

RGB 199 12 255 -
CMYK 0.22 0.95 0 0
HSL 286.17º 1% 0.52% -
HSV(B) 286.17º 0.95% 1% -
XYZ 41.73 19.63 96.2 -
YUV 95.62 217.95 201.74 -
System Red Green Blue C M Y K H S L
Decimal 199 12 255 0.22 0.95 0 0 286.17 1 0.52
Hex C7 C FF 16 5F 0 0 11E 64 34
Octal 307 14 377 26 137 0 0 436 144 64
Binary 11000111 1100 11111111 10110 1011111 0 0 100011110 1100100 110100

Color Harmonies of #C70CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70CFF

Black with #C70CFF

Text Example


Text Example

White with #C70CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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