Html Css Color HEX #C42BFC Electric Purple

📋 copy color: '#C42BFC'

red 196 ◦ green 43 ◦ blue 252

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

Shades of Electric Purple #C42BFC

Tints of Electric Purple #C42BFC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.76%

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

R = 39.92%
G = 8.76%
B = 51.32%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C42BFC (or 0xC42BFC) is known color: Electric Purple. HEX triplet: C4, 2B and FC. RGB value is (196,43,252). Sum of RGB (Red+Green+Blue) = 196+43+252=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 43 (17.19% from 255 or 8.76% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #C42BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42BFC is #3BD403. Grayscale: #6F6F6F. Windows color (decimal): -3920900 or 16526276. OLE color: 16526276.

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

Color convert

RGB 196 43 252 -
CMYK 0.22 0.83 0 0.01
HSL 283.92º 0.97% 0.58% -
HSV(B) 283.92º 0.83% 0.99% -
XYZ 41.2 20.49 93.88 -
YUV 112.57 206.69 187.51 -
System Red Green Blue C M Y K H S L
Decimal 196 43 252 0.22 0.83 0 0.01 283.92 0.97 0.58
Hex C4 2B FC 16 53 0 1 11C 61 3A
Octal 304 53 374 26 123 0 1 434 141 72
Binary 11000100 101011 11111100 10110 1010011 0 1 100011100 1100001 111010

Color Harmonies of #C42BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42BFC

Black with #C42BFC

Text Example


Text Example

White with #C42BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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