Html Css Color HEX #C32AFB Electric Purple

📋 copy color: '#C32AFB'

red 195 ◦ green 42 ◦ blue 251

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

Shades of Electric Purple #C32AFB

Tints of Electric Purple #C32AFB

RGB

 RED value IS 195 (76.56% from 255) = 39.96%

 GREEN value IS 42 (16.8% from 255) = 8.61%

 BLUE value IS 251 (98.44% from 255) = 51.43%

R = 39.96%
G = 8.61%
B = 51.43%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C32AFB (or 0xC32AFB) is known color: Electric Purple. HEX triplet: C3, 2A and FB. RGB value is (195,42,251). Sum of RGB (Red+Green+Blue) = 195+42+251=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 42 (16.80% from 255 or 8.61% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #C32AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32AFB is #3CD504. Grayscale: #6E6E6E. Windows color (decimal): -3986693 or 16460483. OLE color: 16460483.

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

Color convert

RGB 195 42 251 -
CMYK 0.22 0.83 0 0.02
HSL 283.92º 0.96% 0.57% -
HSV(B) 283.92º 0.83% 0.98% -
XYZ 40.75 20.22 93.02 -
YUV 111.57 206.69 187.51 -
System Red Green Blue C M Y K H S L
Decimal 195 42 251 0.22 0.83 0 0.02 283.92 0.96 0.57
Hex C3 2A FB 16 53 0 2 11C 60 39
Octal 303 52 373 26 123 0 2 434 140 71
Binary 11000011 101010 11111011 10110 1010011 0 10 100011100 1100000 111001

Color Harmonies of #C32AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32AFB

Black with #C32AFB

Text Example


Text Example

White with #C32AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32AFB; }

 p { color: rgb(195,42,251); }

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

background-color css

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

 a { background-color: rgb(195,42,251); }

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

border-color css

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

 span { border-color: rgb(195,42,251); }

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