Html Css Color HEX #C320F2 Electric Purple

📋 copy color: '#C320F2'

red 195 ◦ green 32 ◦ blue 242

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

Shades of Electric Purple #C320F2

Tints of Electric Purple #C320F2

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.82%

 BLUE value IS 242 (94.92% from 255) = 51.6%

R = 41.58%
G = 6.82%
B = 51.6%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C320F2 (or 0xC320F2) is known color: Electric Purple. HEX triplet: C3, 20 and F2. RGB value is (195,32,242). Sum of RGB (Red+Green+Blue) = 195+32+242=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 32 (12.89% from 255 or 6.82% from 469); Blue value is 242 (94.92% from 255 or 51.60% from 469); Max value from RGB is 242 - color contains mainly: blue. Hex color #C320F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C320F2 is #3CDF0D. Grayscale: #686868. Windows color (decimal): -3989262 or 15868099. OLE color: 15868099.

HSL color Cylindrical-coordinate representation of color #C320F2: hue angle of 286.57º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C320F2 is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 32 242 -
CMYK 0.19 0.87 0 0.05
HSL 286.57º 0.89% 0.54% -
HSV(B) 286.57º 0.87% 0.95% -
XYZ 39.05 19.05 85.62 -
YUV 104.68 205.5 192.42 -
System Red Green Blue C M Y K H S L
Decimal 195 32 242 0.19 0.87 0 0.05 286.57 0.89 0.54
Hex C3 20 F2 13 57 0 5 11F 59 36
Octal 303 40 362 23 127 0 5 437 131 66
Binary 11000011 100000 11110010 10011 1010111 0 101 100011111 1011001 110110

Color Harmonies of #C320F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C320F2

Black with #C320F2

Text Example


Text Example

White with #C320F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C320F2; }

 p { color: rgb(195,32,242); }

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

background-color css

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

 a { background-color: rgb(195,32,242); }

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

border-color css

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

 span { border-color: rgb(195,32,242); }

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