Html Css Color HEX #C212FC Electric Purple

📋 copy color: '#C212FC'

red 194 ◦ green 18 ◦ blue 252

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

Shades of Electric Purple #C212FC

Tints of Electric Purple #C212FC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.88%

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

R = 41.81%
G = 3.88%
B = 54.31%

CMYK

 C value IS 0.23

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C212FC (or 0xC212FC) is known color: Electric Purple. HEX triplet: C2, 12 and FC. RGB value is (194,18,252). Sum of RGB (Red+Green+Blue) = 194+18+252=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 18 (7.42% from 255 or 3.88% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #C212FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C212FC is #3DED03. Grayscale: #606060. Windows color (decimal): -4058372 or 16519874. OLE color: 16519874.

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

Color convert

RGB 194 18 252 -
CMYK 0.23 0.93 0 0.01
HSL 285.13º 0.98% 0.53% -
HSV(B) 285.13º 0.93% 0.99% -
XYZ 40.04 18.93 93.64 -
YUV 97.3 215.31 196.97 -
System Red Green Blue C M Y K H S L
Decimal 194 18 252 0.23 0.93 0 0.01 285.13 0.98 0.53
Hex C2 12 FC 17 5D 0 1 11D 62 35
Octal 302 22 374 27 135 0 1 435 142 65
Binary 11000010 10010 11111100 10111 1011101 0 1 100011101 1100010 110101

Color Harmonies of #C212FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C212FC

Black with #C212FC

Text Example


Text Example

White with #C212FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C212FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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