Html Css Color HEX #C935FF Electric Purple

📋 copy color: '#C935FF'

red 201 ◦ green 53 ◦ blue 255

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

Shades of Electric Purple #C935FF

Tints of Electric Purple #C935FF

RGB

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

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

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

R = 39.49%
G = 10.41%
B = 50.1%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C935FF (or 0xC935FF) is known color: Electric Purple. HEX triplet: C9, 35 and FF. RGB value is (201,53,255). Sum of RGB (Red+Green+Blue) = 201+53+255=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 53 (21.09% from 255 or 10.41% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #C935FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C935FF is #36CA00. Grayscale: #777777. Windows color (decimal): -3590657 or 16725449. OLE color: 16725449.

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

Color convert

RGB 201 53 255 -
CMYK 0.21 0.79 0 0
HSL 283.96º 1% 0.6% -
HSV(B) 283.96º 0.79% 1% -
XYZ 43.41 22.18 96.6 -
YUV 120.28 204.03 185.57 -
System Red Green Blue C M Y K H S L
Decimal 201 53 255 0.21 0.79 0 0 283.96 1 0.6
Hex C9 35 FF 15 4F 0 0 11C 64 3C
Octal 311 65 377 25 117 0 0 434 144 74
Binary 11001001 110101 11111111 10101 1001111 0 0 100011100 1100100 111100

Color Harmonies of #C935FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C935FF

Black with #C935FF

Text Example


Text Example

White with #C935FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C935FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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