Html Css Color HEX #C410FF Electric Purple

📋 copy color: '#C410FF'

red 196 ◦ green 16 ◦ blue 255

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

Shades of Electric Purple #C410FF

Tints of Electric Purple #C410FF

RGB

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

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

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

R = 41.97%
G = 3.43%
B = 54.6%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C410FF (or 0xC410FF) is known color: Electric Purple. HEX triplet: C4, 10 and FF. RGB value is (196,16,255). Sum of RGB (Red+Green+Blue) = 196+16+255=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 16 (6.64% from 255 or 3.43% 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 #C410FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C410FF is #3BEF00. Grayscale: #606060. Windows color (decimal): -3927809 or 16715972. OLE color: 16715972.

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

Color convert

RGB 196 16 255 -
CMYK 0.23 0.94 0 0
HSL 285.19º 1% 0.53% -
HSV(B) 285.19º 0.94% 1% -
XYZ 41 19.33 96.18 -
YUV 97.07 217.13 198.57 -
System Red Green Blue C M Y K H S L
Decimal 196 16 255 0.23 0.94 0 0 285.19 1 0.53
Hex C4 10 FF 17 5E 0 0 11D 64 35
Octal 304 20 377 27 136 0 0 435 144 65
Binary 11000100 10000 11111111 10111 1011110 0 0 100011101 1100100 110101

Color Harmonies of #C410FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C410FF

Black with #C410FF

Text Example


Text Example

White with #C410FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C410FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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