Html Css Color HEX #C21DFC Electric Purple

📋 copy color: '#C21DFC'

red 194 ◦ green 29 ◦ blue 252

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

Shades of Electric Purple #C21DFC

Tints of Electric Purple #C21DFC

RGB

 RED value IS 194 (76.17% from 255) = 40.84%

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

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

R = 40.84%
G = 6.11%
B = 53.05%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C21DFC (or 0xC21DFC) is known color: Electric Purple. HEX triplet: C2, 1D and FC. RGB value is (194,29,252). Sum of RGB (Red+Green+Blue) = 194+29+252=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 29 (11.72% from 255 or 6.11% from 475); Blue value is 252 (98.83% from 255 or 53.05% from 475); Max value from RGB is 252 - color contains mainly: blue. Hex color #C21DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21DFC is #3DE203. Grayscale: #676767. Windows color (decimal): -4055556 or 16522690. OLE color: 16522690.

HSL color Cylindrical-coordinate representation of color #C21DFC: hue angle of 284.39º 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 #C21DFC is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 29 252 -
CMYK 0.23 0.88 0 0.01
HSL 284.39º 0.97% 0.55% -
HSV(B) 284.39º 0.88% 0.99% -
XYZ 40.26 19.38 93.71 -
YUV 103.76 211.66 192.37 -
System Red Green Blue C M Y K H S L
Decimal 194 29 252 0.23 0.88 0 0.01 284.39 0.97 0.55
Hex C2 1D FC 17 58 0 1 11C 61 37
Octal 302 35 374 27 130 0 1 434 141 67
Binary 11000010 11101 11111100 10111 1011000 0 1 100011100 1100001 110111

Color Harmonies of #C21DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21DFC

Black with #C21DFC

Text Example


Text Example

White with #C21DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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