Html Css Color HEX #C930FB Electric Purple

📋 copy color: '#C930FB'

red 201 ◦ green 48 ◦ blue 251

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

Shades of Electric Purple #C930FB

Tints of Electric Purple #C930FB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.6%

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

R = 40.2%
G = 9.6%
B = 50.2%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C930FB (or 0xC930FB) is known color: Electric Purple. HEX triplet: C9, 30 and FB. RGB value is (201,48,251). Sum of RGB (Red+Green+Blue) = 201+48+251=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 48 (19.14% from 255 or 9.6% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #C930FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C930FB is #36CF04. Grayscale: #747474. Windows color (decimal): -3591941 or 16462025. OLE color: 16462025.

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

Color convert

RGB 201 48 251 -
CMYK 0.20 0.81 0 0.02
HSL 285.22º 0.96% 0.59% -
HSV(B) 285.22º 0.81% 0.98% -
XYZ 42.56 21.5 93.17 -
YUV 116.89 203.69 187.99 -
System Red Green Blue C M Y K H S L
Decimal 201 48 251 0.20 0.81 0 0.02 285.22 0.96 0.59
Hex C9 30 FB 14 51 0 2 11D 60 3B
Octal 311 60 373 24 121 0 2 435 140 73
Binary 11001001 110000 11111011 10100 1010001 0 10 100011101 1100000 111011

Color Harmonies of #C930FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C930FB

Black with #C930FB

Text Example


Text Example

White with #C930FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C930FB; }

 p { color: rgb(201,48,251); }

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

background-color css

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

 a { background-color: rgb(201,48,251); }

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

border-color css

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

 span { border-color: rgb(201,48,251); }

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