Html Css Color HEX #C935FE Electric Purple

📋 copy color: '#C935FE'

red 201 ◦ green 53 ◦ blue 254

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

Shades of Electric Purple #C935FE

Tints of Electric Purple #C935FE

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.43%

 BLUE value IS 254 (99.61% from 255) = 50%

R = 39.57%
G = 10.43%
B = 50%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C935FE (or 0xC935FE) is known color: Electric Purple. HEX triplet: C9, 35 and FE. RGB value is (201,53,254). Sum of RGB (Red+Green+Blue) = 201+53+254=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 53 (21.09% from 255 or 10.43% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #C935FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C935FE is #36CA01. Grayscale: #777777. Windows color (decimal): -3590658 or 16659913. OLE color: 16659913.

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

Color convert

RGB 201 53 254 -
CMYK 0.21 0.79 0 0.00
HSL 284.18º 0.99% 0.6% -
HSV(B) 284.18º 0.79% 1% -
XYZ 43.25 22.12 95.76 -
YUV 120.17 203.53 185.66 -
System Red Green Blue C M Y K H S L
Decimal 201 53 254 0.21 0.79 0 0.00 284.18 0.99 0.6
Hex C9 35 FE 15 4F 0 0 11C 63 3C
Octal 311 65 376 25 117 0 0 434 143 74
Binary 11001001 110101 11111110 10101 1001111 0 0 100011100 1100011 111100

Color Harmonies of #C935FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C935FE

Black with #C935FE

Text Example


Text Example

White with #C935FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C935FE; }

 p { color: rgb(201,53,254); }

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

background-color css

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

 a { background-color: rgb(201,53,254); }

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

border-color css

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

 span { border-color: rgb(201,53,254); }

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