Html Css Color HEX #C32DFB Electric Purple

📋 copy color: '#C32DFB'

red 195 ◦ green 45 ◦ blue 251

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

Shades of Electric Purple #C32DFB

Tints of Electric Purple #C32DFB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.16%

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

R = 39.71%
G = 9.16%
B = 51.12%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C32DFB (or 0xC32DFB) is known color: Electric Purple. HEX triplet: C3, 2D and FB. RGB value is (195,45,251). Sum of RGB (Red+Green+Blue) = 195+45+251=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 45 (17.97% from 255 or 9.16% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #C32DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32DFB is #3CD204. Grayscale: #707070. Windows color (decimal): -3985925 or 16461251. OLE color: 16461251.

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

Color convert

RGB 195 45 251 -
CMYK 0.22 0.82 0 0.02
HSL 283.69º 0.96% 0.58% -
HSV(B) 283.69º 0.82% 0.98% -
XYZ 40.86 20.44 93.06 -
YUV 113.33 205.7 186.25 -
System Red Green Blue C M Y K H S L
Decimal 195 45 251 0.22 0.82 0 0.02 283.69 0.96 0.58
Hex C3 2D FB 16 52 0 2 11C 60 3A
Octal 303 55 373 26 122 0 2 434 140 72
Binary 11000011 101101 11111011 10110 1010010 0 10 100011100 1100000 111010

Color Harmonies of #C32DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32DFB

Black with #C32DFB

Text Example


Text Example

White with #C32DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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