Html Css Color HEX #C424FC Electric Purple

📋 copy color: '#C424FC'

red 196 ◦ green 36 ◦ blue 252

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

Shades of Electric Purple #C424FC

Tints of Electric Purple #C424FC

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.44%

 BLUE value IS 252 (98.83% from 255) = 52.07%

R = 40.5%
G = 7.44%
B = 52.07%

CMYK

 C value IS 0.22

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C424FC (or 0xC424FC) is known color: Electric Purple. HEX triplet: C4, 24 and FC. RGB value is (196,36,252). Sum of RGB (Red+Green+Blue) = 196+36+252=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 36 (14.45% from 255 or 7.44% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #C424FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C424FC is #3BDB03. Grayscale: #6B6B6B. Windows color (decimal): -3922692 or 16524484. OLE color: 16524484.

HSL color Cylindrical-coordinate representation of color #C424FC: hue angle of 284.44º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C424FC is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 196 36 252 -
CMYK 0.22 0.86 0 0.01
HSL 284.44º 0.97% 0.56% -
HSV(B) 284.44º 0.86% 0.99% -
XYZ 40.97 20.03 93.8 -
YUV 108.46 209.01 190.44 -
System Red Green Blue C M Y K H S L
Decimal 196 36 252 0.22 0.86 0 0.01 284.44 0.97 0.56
Hex C4 24 FC 16 56 0 1 11C 61 38
Octal 304 44 374 26 126 0 1 434 141 70
Binary 11000100 100100 11111100 10110 1010110 0 1 100011100 1100001 111000

Color Harmonies of #C424FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C424FC

Black with #C424FC

Text Example


Text Example

White with #C424FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C424FC; }

 p { color: rgb(196,36,252); }

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

background-color css

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

 a { background-color: rgb(196,36,252); }

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

border-color css

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

 span { border-color: rgb(196,36,252); }

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