Html Css Color HEX #C60CE9 Electric Purple

📋 copy color: '#C60CE9'

red 198 ◦ green 12 ◦ blue 233

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

Shades of Electric Purple #C60CE9

Tints of Electric Purple #C60CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 52.6%

R = 44.7%
G = 2.71%
B = 52.6%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C60CE9 (or 0xC60CE9) is known color: Electric Purple. HEX triplet: C6, 0C and E9. RGB value is (198,12,233). Sum of RGB (Red+Green+Blue) = 198+12+233=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 12 (5.08% from 255 or 2.71% from 443); Blue value is 233 (91.41% from 255 or 52.60% from 443); Max value from RGB is 233 - color contains mainly: blue. Hex color #C60CE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60CE9 is #39F316. Grayscale: #5C5C5C. Windows color (decimal): -3797783 or 15273158. OLE color: 15273158.

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

Color convert

RGB 198 12 233 -
CMYK 0.15 0.95 0 0.09
HSL 290.5º 0.9% 0.48% -
HSV(B) 290.5º 0.95% 0.91% -
XYZ 38.13 18.15 78.58 -
YUV 92.81 207.12 203.03 -
System Red Green Blue C M Y K H S L
Decimal 198 12 233 0.15 0.95 0 0.09 290.5 0.9 0.48
Hex C6 C E9 F 5F 0 9 122 5A 30
Octal 306 14 351 17 137 0 11 442 132 60
Binary 11000110 1100 11101001 1111 1011111 0 1001 100100010 1011010 110000

Color Harmonies of #C60CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60CE9

Black with #C60CE9

Text Example


Text Example

White with #C60CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60CE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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