Html Css Color HEX #C40CFD Electric Purple

📋 copy color: '#C40CFD'

red 196 ◦ green 12 ◦ blue 253

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

Shades of Electric Purple #C40CFD

Tints of Electric Purple #C40CFD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.6%

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

R = 42.52%
G = 2.6%
B = 54.88%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C40CFD (or 0xC40CFD) is known color: Electric Purple. HEX triplet: C4, 0C and FD. RGB value is (196,12,253). Sum of RGB (Red+Green+Blue) = 196+12+253=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 12 (5.08% from 255 or 2.60% from 461); Blue value is 253 (99.22% from 255 or 54.88% from 461); Max value from RGB is 253 - color contains mainly: blue. Hex color #C40CFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40CFD is #3BF302. Grayscale: #5D5D5D. Windows color (decimal): -3928835 or 16583876. OLE color: 16583876.

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

Color convert

RGB 196 12 253 -
CMYK 0.23 0.95 0 0.01
HSL 285.81º 0.98% 0.52% -
HSV(B) 285.81º 0.95% 0.99% -
XYZ 40.63 19.09 94.47 -
YUV 94.49 217.46 200.4 -
System Red Green Blue C M Y K H S L
Decimal 196 12 253 0.23 0.95 0 0.01 285.81 0.98 0.52
Hex C4 C FD 17 5F 0 1 11E 62 34
Octal 304 14 375 27 137 0 1 436 142 64
Binary 11000100 1100 11111101 10111 1011111 0 1 100011110 1100010 110100

Color Harmonies of #C40CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40CFD

Black with #C40CFD

Text Example


Text Example

White with #C40CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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