Html Css Color HEX #C00CEF Electric Purple

📋 copy color: '#C00CEF'

red 192 ◦ green 12 ◦ blue 239

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

Shades of Electric Purple #C00CEF

Tints of Electric Purple #C00CEF

RGB

 RED value IS 192 (75.39% from 255) = 43.34%

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

 BLUE value IS 239 (93.75% from 255) = 53.95%

R = 43.34%
G = 2.71%
B = 53.95%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C00CEF (or 0xC00CEF) is known color: Electric Purple. HEX triplet: C0, 0C and EF. RGB value is (192,12,239). Sum of RGB (Red+Green+Blue) = 192+12+239=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 12 (5.08% from 255 or 2.71% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #C00CEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00CEF is #3FF310. Grayscale: #5A5A5A. Windows color (decimal): -4190993 or 15666368. OLE color: 15666368.

HSL color Cylindrical-coordinate representation of color #C00CEF: hue angle of 287.58º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00CEF is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 12 239 -
CMYK 0.20 0.95 0 0.06
HSL 287.58º 0.9% 0.49% -
HSV(B) 287.58º 0.95% 0.94% -
XYZ 37.45 17.7 83.1 -
YUV 91.7 211.13 199.54 -
System Red Green Blue C M Y K H S L
Decimal 192 12 239 0.20 0.95 0 0.06 287.58 0.9 0.49
Hex C0 C EF 14 5F 0 6 120 5A 31
Octal 300 14 357 24 137 0 6 440 132 61
Binary 11000000 1100 11101111 10100 1011111 0 110 100100000 1011010 110001

Color Harmonies of #C00CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00CEF

Black with #C00CEF

Text Example


Text Example

White with #C00CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00CEF; }

 p { color: rgb(192,12,239); }

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

background-color css

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

 a { background-color: rgb(192,12,239); }

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

border-color css

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

 span { border-color: rgb(192,12,239); }

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