Html Css Color HEX #C210F7 Electric Purple

📋 copy color: '#C210F7'

red 194 ◦ green 16 ◦ blue 247

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

Shades of Electric Purple #C210F7

Tints of Electric Purple #C210F7

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.5%

 BLUE value IS 247 (96.88% from 255) = 54.05%

R = 42.45%
G = 3.5%
B = 54.05%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C210F7 (or 0xC210F7) is known color: Electric Purple. HEX triplet: C2, 10 and F7. RGB value is (194,16,247). Sum of RGB (Red+Green+Blue) = 194+16+247=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 16 (6.64% from 255 or 3.50% from 457); Blue value is 247 (96.88% from 255 or 54.05% from 457); Max value from RGB is 247 - color contains mainly: blue. Hex color #C210F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C210F7 is #3DEF08. Grayscale: #5E5E5E. Windows color (decimal): -4058889 or 16191682. OLE color: 16191682.

HSL color Cylindrical-coordinate representation of color #C210F7: hue angle of 286.23º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C210F7 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 194 16 247 -
CMYK 0.21 0.94 0 0.03
HSL 286.23º 0.94% 0.52% -
HSV(B) 286.23º 0.94% 0.97% -
XYZ 39.22 18.56 89.51 -
YUV 95.56 213.47 198.22 -
System Red Green Blue C M Y K H S L
Decimal 194 16 247 0.21 0.94 0 0.03 286.23 0.94 0.52
Hex C2 10 F7 15 5E 0 3 11E 5E 34
Octal 302 20 367 25 136 0 3 436 136 64
Binary 11000010 10000 11110111 10101 1011110 0 11 100011110 1011110 110100

Color Harmonies of #C210F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C210F7

Black with #C210F7

Text Example


Text Example

White with #C210F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C210F7; }

 p { color: rgb(194,16,247); }

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

background-color css

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

 a { background-color: rgb(194,16,247); }

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

border-color css

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

 span { border-color: rgb(194,16,247); }

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