Html Css Color HEX #C21CFC Electric Purple

📋 copy color: '#C21CFC'

red 194 ◦ green 28 ◦ blue 252

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

Shades of Electric Purple #C21CFC

Tints of Electric Purple #C21CFC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.91%

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

R = 40.93%
G = 5.91%
B = 53.16%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C21CFC (or 0xC21CFC) is known color: Electric Purple. HEX triplet: C2, 1C and FC. RGB value is (194,28,252). Sum of RGB (Red+Green+Blue) = 194+28+252=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 28 (11.33% from 255 or 5.91% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #C21CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21CFC is #3DE303. Grayscale: #666666. Windows color (decimal): -4055812 or 16522434. OLE color: 16522434.

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

Color convert

RGB 194 28 252 -
CMYK 0.23 0.89 0 0.01
HSL 284.46º 0.97% 0.55% -
HSV(B) 284.46º 0.89% 0.99% -
XYZ 40.23 19.33 93.71 -
YUV 103.17 212 192.79 -
System Red Green Blue C M Y K H S L
Decimal 194 28 252 0.23 0.89 0 0.01 284.46 0.97 0.55
Hex C2 1C FC 17 59 0 1 11C 61 37
Octal 302 34 374 27 131 0 1 434 141 67
Binary 11000010 11100 11111100 10111 1011001 0 1 100011100 1100001 110111

Color Harmonies of #C21CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21CFC

Black with #C21CFC

Text Example


Text Example

White with #C21CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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