Html Css Color HEX #C413FF Electric Purple

📋 copy color: '#C413FF'

red 196 ◦ green 19 ◦ blue 255

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

Shades of Electric Purple #C413FF

Tints of Electric Purple #C413FF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.04%

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

R = 41.7%
G = 4.04%
B = 54.26%

CMYK

 C value IS 0.23

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C413FF (or 0xC413FF) is known color: Electric Purple. HEX triplet: C4, 13 and FF. RGB value is (196,19,255). Sum of RGB (Red+Green+Blue) = 196+19+255=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 19 (7.81% from 255 or 4.04% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #C413FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C413FF is #3BEC00. Grayscale: #626262. Windows color (decimal): -3927041 or 16716740. OLE color: 16716740.

HSL color Cylindrical-coordinate representation of color #C413FF: hue angle of 285º 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 #C413FF is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 196 19 255 -
CMYK 0.23 0.93 0 0
HSL 285º 1% 0.54% -
HSV(B) 285º 0.93% 1% -
XYZ 41.05 19.42 96.19 -
YUV 98.83 216.14 197.31 -
System Red Green Blue C M Y K H S L
Decimal 196 19 255 0.23 0.93 0 0 285 1 0.54
Hex C4 13 FF 17 5D 0 0 11D 64 36
Octal 304 23 377 27 135 0 0 435 144 66
Binary 11000100 10011 11111111 10111 1011101 0 0 100011101 1100100 110110

Color Harmonies of #C413FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C413FF

Black with #C413FF

Text Example


Text Example

White with #C413FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C413FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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