Html Css Color HEX #C212FF Electric Purple

📋 copy color: '#C212FF'

red 194 ◦ green 18 ◦ blue 255

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

Shades of Electric Purple #C212FF

Tints of Electric Purple #C212FF

RGB

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

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

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

R = 41.54%
G = 3.85%
B = 54.6%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C212FF (or 0xC212FF) is known color: Electric Purple. HEX triplet: C2, 12 and FF. RGB value is (194,18,255). Sum of RGB (Red+Green+Blue) = 194+18+255=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 18 (7.42% from 255 or 3.85% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #C212FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C212FF is #3DED00. Grayscale: #606060. Windows color (decimal): -4058369 or 16716482. OLE color: 16716482.

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

Color convert

RGB 194 18 255 -
CMYK 0.24 0.93 0 0
HSL 284.56º 1% 0.54% -
HSV(B) 284.56º 0.93% 1% -
XYZ 40.51 19.12 96.16 -
YUV 97.64 216.81 196.73 -
System Red Green Blue C M Y K H S L
Decimal 194 18 255 0.24 0.93 0 0 284.56 1 0.54
Hex C2 12 FF 18 5D 0 0 11D 64 36
Octal 302 22 377 30 135 0 0 435 144 66
Binary 11000010 10010 11111111 11000 1011101 0 0 100011101 1100100 110110

Color Harmonies of #C212FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C212FF

Black with #C212FF

Text Example


Text Example

White with #C212FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C212FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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