Html Css Color HEX #C410FD Electric Purple

📋 copy color: '#C410FD'

red 196 ◦ green 16 ◦ blue 253

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

Shades of Electric Purple #C410FD

Tints of Electric Purple #C410FD

RGB

 RED value IS 196 (76.95% from 255) = 42.15%

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

 BLUE value IS 253 (99.22% from 255) = 54.41%

R = 42.15%
G = 3.44%
B = 54.41%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C410FD (or 0xC410FD) is known color: Electric Purple. HEX triplet: C4, 10 and FD. RGB value is (196,16,253). Sum of RGB (Red+Green+Blue) = 196+16+253=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 16 (6.64% from 255 or 3.44% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #C410FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C410FD is #3BEF02. Grayscale: #606060. Windows color (decimal): -3927811 or 16584900. OLE color: 16584900.

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

Color convert

RGB 196 16 253 -
CMYK 0.23 0.94 0 0.01
HSL 285.57º 0.98% 0.53% -
HSV(B) 285.57º 0.94% 0.99% -
XYZ 40.68 19.2 94.49 -
YUV 96.84 216.13 198.73 -
System Red Green Blue C M Y K H S L
Decimal 196 16 253 0.23 0.94 0 0.01 285.57 0.98 0.53
Hex C4 10 FD 17 5E 0 1 11E 62 35
Octal 304 20 375 27 136 0 1 436 142 65
Binary 11000100 10000 11111101 10111 1011110 0 1 100011110 1100010 110101

Color Harmonies of #C410FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C410FD

Black with #C410FD

Text Example


Text Example

White with #C410FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C410FD; }

 p { color: rgb(196,16,253); }

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

background-color css

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

 a { background-color: rgb(196,16,253); }

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

border-color css

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

 span { border-color: rgb(196,16,253); }

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