Html Css Color HEX #C232FA Electric Purple

📋 copy color: '#C232FA'

red 194 ◦ green 50 ◦ blue 250

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

Shades of Electric Purple #C232FA

Tints of Electric Purple #C232FA

RGB

 RED value IS 194 (76.17% from 255) = 39.27%

 GREEN value IS 50 (19.92% from 255) = 10.12%

 BLUE value IS 250 (98.05% from 255) = 50.61%

R = 39.27%
G = 10.12%
B = 50.61%

CMYK

 C value IS 0.22

 M value IS 0.8

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C232FA (or 0xC232FA) is known color: Electric Purple. HEX triplet: C2, 32 and FA. RGB value is (194,50,250). Sum of RGB (Red+Green+Blue) = 194+50+250=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 50 (19.92% from 255 or 10.12% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #C232FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C232FA is #3DCD05. Grayscale: #737373. Windows color (decimal): -4050182 or 16396994. OLE color: 16396994.

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

Color convert

RGB 194 50 250 -
CMYK 0.22 0.8 0 0.02
HSL 283.2º 0.95% 0.59% -
HSV(B) 283.2º 0.8% 0.98% -
XYZ 40.64 20.65 92.29 -
YUV 115.86 203.71 183.74 -
System Red Green Blue C M Y K H S L
Decimal 194 50 250 0.22 0.8 0 0.02 283.2 0.95 0.59
Hex C2 32 FA 16 50 0 2 11B 5F 3B
Octal 302 62 372 26 120 0 2 433 137 73
Binary 11000010 110010 11111010 10110 1010000 0 10 100011011 1011111 111011

Color Harmonies of #C232FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C232FA

Black with #C232FA

Text Example


Text Example

White with #C232FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C232FA; }

 p { color: rgb(194,50,250); }

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

background-color css

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

 a { background-color: rgb(194,50,250); }

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

border-color css

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

 span { border-color: rgb(194,50,250); }

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