Html Css Color HEX #C934FA Electric Purple

📋 copy color: '#C934FA'

red 201 ◦ green 52 ◦ blue 250

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

Shades of Electric Purple #C934FA

Tints of Electric Purple #C934FA

RGB

 RED value IS 201 (78.91% from 255) = 39.96%

 GREEN value IS 52 (20.7% from 255) = 10.34%

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

R = 39.96%
G = 10.34%
B = 49.7%

CMYK

 C value IS 0.20

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C934FA (or 0xC934FA) is known color: Electric Purple. HEX triplet: C9, 34 and FA. RGB value is (201,52,250). Sum of RGB (Red+Green+Blue) = 201+52+250=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 52 (20.70% from 255 or 10.34% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #C934FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C934FA is #36CB05. Grayscale: #767676. Windows color (decimal): -3590918 or 16397513. OLE color: 16397513.

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

Color convert

RGB 201 52 250 -
CMYK 0.20 0.79 0 0.02
HSL 285.15º 0.95% 0.59% -
HSV(B) 285.15º 0.79% 0.98% -
XYZ 42.57 21.78 92.4 -
YUV 119.12 201.86 186.4 -
System Red Green Blue C M Y K H S L
Decimal 201 52 250 0.20 0.79 0 0.02 285.15 0.95 0.59
Hex C9 34 FA 14 4F 0 2 11D 5F 3B
Octal 311 64 372 24 117 0 2 435 137 73
Binary 11001001 110100 11111010 10100 1001111 0 10 100011101 1011111 111011

Color Harmonies of #C934FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C934FA

Black with #C934FA

Text Example


Text Example

White with #C934FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C934FA; }

 p { color: rgb(201,52,250); }

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

background-color css

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

 a { background-color: rgb(201,52,250); }

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

border-color css

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

 span { border-color: rgb(201,52,250); }

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