Html Css Color HEX #C42BEB Electric Purple

📋 copy color: '#C42BEB'

red 196 ◦ green 43 ◦ blue 235

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

Shades of Electric Purple #C42BEB

Tints of Electric Purple #C42BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.58%

R = 41.35%
G = 9.07%
B = 49.58%

CMYK

 C value IS 0.17

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C42BEB (or 0xC42BEB) is known color: Electric Purple. HEX triplet: C4, 2B and EB. RGB value is (196,43,235). Sum of RGB (Red+Green+Blue) = 196+43+235=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 43 (17.19% from 255 or 9.07% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #C42BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42BEB is #3BD414. Grayscale: #6E6E6E. Windows color (decimal): -3920917 or 15412164. OLE color: 15412164.

HSL color Cylindrical-coordinate representation of color #C42BEB: hue angle of 287.81º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C42BEB is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 43 235 -
CMYK 0.17 0.82 0 0.08
HSL 287.81º 0.83% 0.55% -
HSV(B) 287.81º 0.82% 0.92% -
XYZ 38.62 19.46 80.32 -
YUV 110.64 198.19 188.89 -
System Red Green Blue C M Y K H S L
Decimal 196 43 235 0.17 0.82 0 0.08 287.81 0.83 0.55
Hex C4 2B EB 11 52 0 8 120 53 37
Octal 304 53 353 21 122 0 10 440 123 67
Binary 11000100 101011 11101011 10001 1010010 0 1000 100100000 1010011 110111

Color Harmonies of #C42BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42BEB

Black with #C42BEB

Text Example


Text Example

White with #C42BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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