Html Css Color HEX #C932FF Electric Purple

📋 copy color: '#C932FF'

red 201 ◦ green 50 ◦ blue 255

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

Shades of Electric Purple #C932FF

Tints of Electric Purple #C932FF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.88%

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

R = 39.72%
G = 9.88%
B = 50.4%

CMYK

 C value IS 0.21

 M value IS 0.80

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C932FF (or 0xC932FF) is known color: Electric Purple. HEX triplet: C9, 32 and FF. RGB value is (201,50,255). Sum of RGB (Red+Green+Blue) = 201+50+255=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 50 (19.92% from 255 or 9.88% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #C932FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C932FF is #36CD00. Grayscale: #757575. Windows color (decimal): -3591425 or 16724681. OLE color: 16724681.

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

Color convert

RGB 201 50 255 -
CMYK 0.21 0.80 0 0
HSL 284.2º 1% 0.6% -
HSV(B) 284.2º 0.8% 1% -
XYZ 43.28 21.92 96.56 -
YUV 118.52 205.03 186.83 -
System Red Green Blue C M Y K H S L
Decimal 201 50 255 0.21 0.80 0 0 284.2 1 0.6
Hex C9 32 FF 15 50 0 0 11C 64 3C
Octal 311 62 377 25 120 0 0 434 144 74
Binary 11001001 110010 11111111 10101 1010000 0 0 100011100 1100100 111100

Color Harmonies of #C932FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C932FF

Black with #C932FF

Text Example


Text Example

White with #C932FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C932FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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