Html Css Color HEX #C01DFF Electric Purple

📋 copy color: '#C01DFF'

red 192 ◦ green 29 ◦ blue 255

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

Shades of Electric Purple #C01DFF

Tints of Electric Purple #C01DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.57%

R = 40.34%
G = 6.09%
B = 53.57%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C01DFF (or 0xC01DFF) is known color: Electric Purple. HEX triplet: C0, 1D and FF. RGB value is (192,29,255). Sum of RGB (Red+Green+Blue) = 192+29+255=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 29 (11.72% from 255 or 6.09% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #C01DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01DFF is #3FE200. Grayscale: #666666. Windows color (decimal): -4186625 or 16719296. OLE color: 16719296.

HSL color Cylindrical-coordinate representation of color #C01DFF: hue angle of 283.27º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01DFF is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 192 29 255 -
CMYK 0.25 0.89 0 0
HSL 283.27º 1% 0.56% -
HSV(B) 283.27º 0.89% 1% -
XYZ 40.23 19.31 96.21 -
YUV 103.5 213.5 191.12 -
System Red Green Blue C M Y K H S L
Decimal 192 29 255 0.25 0.89 0 0 283.27 1 0.56
Hex C0 1D FF 19 59 0 0 11B 64 38
Octal 300 35 377 31 131 0 0 433 144 70
Binary 11000000 11101 11111111 11001 1011001 0 0 100011011 1100100 111000

Color Harmonies of #C01DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01DFF

Black with #C01DFF

Text Example


Text Example

White with #C01DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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