Html Css Color HEX #C60CEA Electric Purple

📋 copy color: '#C60CEA'

red 198 ◦ green 12 ◦ blue 234

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

Shades of Electric Purple #C60CEA

Tints of Electric Purple #C60CEA

RGB

 RED value IS 198 (77.73% from 255) = 44.59%

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

 BLUE value IS 234 (91.8% from 255) = 52.7%

R = 44.59%
G = 2.7%
B = 52.7%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C60CEA (or 0xC60CEA) is known color: Electric Purple. HEX triplet: C6, 0C and EA. RGB value is (198,12,234). Sum of RGB (Red+Green+Blue) = 198+12+234=444 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.59% from 444); Green value is 12 (5.08% from 255 or 2.70% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #C60CEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60CEA is #39F315. Grayscale: #5C5C5C. Windows color (decimal): -3797782 or 15338694. OLE color: 15338694.

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

Color convert

RGB 198 12 234 -
CMYK 0.15 0.95 0 0.08
HSL 290.27º 0.9% 0.48% -
HSV(B) 290.27º 0.95% 0.92% -
XYZ 38.27 18.21 79.34 -
YUV 92.92 207.62 202.95 -
System Red Green Blue C M Y K H S L
Decimal 198 12 234 0.15 0.95 0 0.08 290.27 0.9 0.48
Hex C6 C EA F 5F 0 8 122 5A 30
Octal 306 14 352 17 137 0 10 442 132 60
Binary 11000110 1100 11101010 1111 1011111 0 1000 100100010 1011010 110000

Color Harmonies of #C60CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60CEA

Black with #C60CEA

Text Example


Text Example

White with #C60CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60CEA; }

 p { color: rgb(198,12,234); }

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

background-color css

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

 a { background-color: rgb(198,12,234); }

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

border-color css

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

 span { border-color: rgb(198,12,234); }

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