Html Css Color HEX #C70AFA Electric Purple

📋 copy color: '#C70AFA'

red 199 ◦ green 10 ◦ blue 250

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

Shades of Electric Purple #C70AFA

Tints of Electric Purple #C70AFA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.18%

 BLUE value IS 250 (98.05% from 255) = 54.47%

R = 43.36%
G = 2.18%
B = 54.47%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C70AFA (or 0xC70AFA) is known color: Electric Purple. HEX triplet: C7, 0A and FA. RGB value is (199,10,250). Sum of RGB (Red+Green+Blue) = 199+10+250=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 10 (4.30% from 255 or 2.18% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #C70AFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C70AFA is #38F505. Grayscale: #5D5D5D. Windows color (decimal): -3732742 or 16386759. OLE color: 16386759.

HSL color Cylindrical-coordinate representation of color #C70AFA: hue angle of 287.25º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C70AFA is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 10 250 -
CMYK 0.20 0.96 0 0.02
HSL 287.25º 0.96% 0.51% -
HSV(B) 287.25º 0.96% 0.98% -
XYZ 40.92 19.26 92 -
YUV 93.87 216.12 202.99 -
System Red Green Blue C M Y K H S L
Decimal 199 10 250 0.20 0.96 0 0.02 287.25 0.96 0.51
Hex C7 A FA 14 60 0 2 11F 60 33
Octal 307 12 372 24 140 0 2 437 140 63
Binary 11000111 1010 11111010 10100 1100000 0 10 100011111 1100000 110011

Color Harmonies of #C70AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70AFA

Black with #C70AFA

Text Example


Text Example

White with #C70AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70AFA; }

 p { color: rgb(199,10,250); }

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

background-color css

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

 a { background-color: rgb(199,10,250); }

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

border-color css

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

 span { border-color: rgb(199,10,250); }

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