Html Css Color HEX #C01DFC Electric Purple

📋 copy color: '#C01DFC'

red 192 ◦ green 29 ◦ blue 252

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

Shades of Electric Purple #C01DFC

Tints of Electric Purple #C01DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.28%

R = 40.59%
G = 6.13%
B = 53.28%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C01DFC (or 0xC01DFC) is known color: Electric Purple. HEX triplet: C0, 1D and FC. RGB value is (192,29,252). Sum of RGB (Red+Green+Blue) = 192+29+252=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 29 (11.72% from 255 or 6.13% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #C01DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01DFC is #3FE203. Grayscale: #666666. Windows color (decimal): -4186628 or 16522688. OLE color: 16522688.

HSL color Cylindrical-coordinate representation of color #C01DFC: hue angle of 283.86º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01DFC is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 29 252 -
CMYK 0.24 0.88 0 0.01
HSL 283.86º 0.97% 0.55% -
HSV(B) 283.86º 0.88% 0.99% -
XYZ 39.75 19.11 93.69 -
YUV 103.16 212 191.37 -
System Red Green Blue C M Y K H S L
Decimal 192 29 252 0.24 0.88 0 0.01 283.86 0.97 0.55
Hex C0 1D FC 18 58 0 1 11C 61 37
Octal 300 35 374 30 130 0 1 434 141 67
Binary 11000000 11101 11111100 11000 1011000 0 1 100011100 1100001 110111

Color Harmonies of #C01DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01DFC

Black with #C01DFC

Text Example


Text Example

White with #C01DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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