Html Css Color HEX #C930FF Electric Purple

📋 copy color: '#C930FF'

red 201 ◦ green 48 ◦ blue 255

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

Shades of Electric Purple #C930FF

Tints of Electric Purple #C930FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.6%

R = 39.88%
G = 9.52%
B = 50.6%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C930FF (or 0xC930FF) is known color: Electric Purple. HEX triplet: C9, 30 and FF. RGB value is (201,48,255). Sum of RGB (Red+Green+Blue) = 201+48+255=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 48 (19.14% from 255 or 9.52% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #C930FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C930FF is #36CF00. Grayscale: #747474. Windows color (decimal): -3591937 or 16724169. OLE color: 16724169.

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

Color convert

RGB 201 48 255 -
CMYK 0.21 0.81 0 0
HSL 284.35º 1% 0.59% -
HSV(B) 284.35º 0.81% 1% -
XYZ 43.19 21.75 96.53 -
YUV 117.35 205.69 187.67 -
System Red Green Blue C M Y K H S L
Decimal 201 48 255 0.21 0.81 0 0 284.35 1 0.59
Hex C9 30 FF 15 51 0 0 11C 64 3B
Octal 311 60 377 25 121 0 0 434 144 73
Binary 11001001 110000 11111111 10101 1010001 0 0 100011100 1100100 111011

Color Harmonies of #C930FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C930FF

Black with #C930FF

Text Example


Text Example

White with #C930FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C930FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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