Html Css Color HEX #C210FB Electric Purple

📋 copy color: '#C210FB'

red 194 ◦ green 16 ◦ blue 251

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

Shades of Electric Purple #C210FB

Tints of Electric Purple #C210FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.45%

R = 42.08%
G = 3.47%
B = 54.45%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C210FB (or 0xC210FB) is known color: Electric Purple. HEX triplet: C2, 10 and FB. RGB value is (194,16,251). Sum of RGB (Red+Green+Blue) = 194+16+251=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 16 (6.64% from 255 or 3.47% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #C210FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C210FB is #3DEF04. Grayscale: #5F5F5F. Windows color (decimal): -4058885 or 16453826. OLE color: 16453826.

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

Color convert

RGB 194 16 251 -
CMYK 0.23 0.94 0 0.02
HSL 285.45º 0.97% 0.52% -
HSV(B) 285.45º 0.94% 0.98% -
XYZ 39.85 18.8 92.8 -
YUV 96.01 215.47 197.89 -
System Red Green Blue C M Y K H S L
Decimal 194 16 251 0.23 0.94 0 0.02 285.45 0.97 0.52
Hex C2 10 FB 17 5E 0 2 11D 61 34
Octal 302 20 373 27 136 0 2 435 141 64
Binary 11000010 10000 11111011 10111 1011110 0 10 100011101 1100001 110100

Color Harmonies of #C210FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C210FB

Black with #C210FB

Text Example


Text Example

White with #C210FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C210FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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