Html Css Color HEX #C01DEF Electric Purple

📋 copy color: '#C01DEF'

red 192 ◦ green 29 ◦ blue 239

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

Shades of Electric Purple #C01DEF

Tints of Electric Purple #C01DEF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.3%

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

R = 41.74%
G = 6.3%
B = 51.96%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C01DEF (or 0xC01DEF) is known color: Electric Purple. HEX triplet: C0, 1D and EF. RGB value is (192,29,239). Sum of RGB (Red+Green+Blue) = 192+29+239=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 29 (11.72% from 255 or 6.30% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #C01DEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01DEF is #3FE210. Grayscale: #656565. Windows color (decimal): -4186641 or 15670720. OLE color: 15670720.

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

Color convert

RGB 192 29 239 -
CMYK 0.20 0.88 0 0.06
HSL 286.57º 0.87% 0.53% -
HSV(B) 286.57º 0.88% 0.94% -
XYZ 37.76 18.32 83.21 -
YUV 101.68 205.5 192.42 -
System Red Green Blue C M Y K H S L
Decimal 192 29 239 0.20 0.88 0 0.06 286.57 0.87 0.53
Hex C0 1D EF 14 58 0 6 11F 57 35
Octal 300 35 357 24 130 0 6 437 127 65
Binary 11000000 11101 11101111 10100 1011000 0 110 100011111 1010111 110101

Color Harmonies of #C01DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01DEF

Black with #C01DEF

Text Example


Text Example

White with #C01DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01DEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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