Html Css Color HEX #C41DEE Electric Purple

📋 copy color: '#C41DEE'

red 196 ◦ green 29 ◦ blue 238

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

Shades of Electric Purple #C41DEE

Tints of Electric Purple #C41DEE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.26%

 BLUE value IS 238 (93.36% from 255) = 51.4%

R = 42.33%
G = 6.26%
B = 51.4%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C41DEE (or 0xC41DEE) is known color: Electric Purple. HEX triplet: C4, 1D and EE. RGB value is (196,29,238). Sum of RGB (Red+Green+Blue) = 196+29+238=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 29 (11.72% from 255 or 6.26% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #C41DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41DEE is #3BE211. Grayscale: #666666. Windows color (decimal): -3924498 or 15605188. OLE color: 15605188.

HSL color Cylindrical-coordinate representation of color #C41DEE: hue angle of 287.94º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41DEE is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 29 238 -
CMYK 0.18 0.88 0 0.07
HSL 287.94º 0.86% 0.52% -
HSV(B) 287.94º 0.88% 0.93% -
XYZ 38.64 18.79 82.48 -
YUV 102.76 204.33 194.51 -
System Red Green Blue C M Y K H S L
Decimal 196 29 238 0.18 0.88 0 0.07 287.94 0.86 0.52
Hex C4 1D EE 12 58 0 7 120 56 34
Octal 304 35 356 22 130 0 7 440 126 64
Binary 11000100 11101 11101110 10010 1011000 0 111 100100000 1010110 110100

Color Harmonies of #C41DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41DEE

Black with #C41DEE

Text Example


Text Example

White with #C41DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41DEE; }

 p { color: rgb(196,29,238); }

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

background-color css

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

 a { background-color: rgb(196,29,238); }

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

border-color css

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

 span { border-color: rgb(196,29,238); }

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