Html Css Color HEX #C929FF Electric Purple

📋 copy color: '#C929FF'

red 201 ◦ green 41 ◦ blue 255

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

Shades of Electric Purple #C929FF

Tints of Electric Purple #C929FF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.25%

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

R = 40.44%
G = 8.25%
B = 51.31%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C929FF (or 0xC929FF) is known color: Electric Purple. HEX triplet: C9, 29 and FF. RGB value is (201,41,255). Sum of RGB (Red+Green+Blue) = 201+41+255=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 41 (16.41% from 255 or 8.25% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #C929FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C929FF is #36D600. Grayscale: #707070. Windows color (decimal): -3593729 or 16722377. OLE color: 16722377.

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

Color convert

RGB 201 41 255 -
CMYK 0.21 0.84 0 0
HSL 284.86º 1% 0.58% -
HSV(B) 284.86º 0.84% 1% -
XYZ 42.93 21.22 96.44 -
YUV 113.24 208.01 190.6 -
System Red Green Blue C M Y K H S L
Decimal 201 41 255 0.21 0.84 0 0 284.86 1 0.58
Hex C9 29 FF 15 54 0 0 11D 64 3A
Octal 311 51 377 25 124 0 0 435 144 72
Binary 11001001 101001 11111111 10101 1010100 0 0 100011101 1100100 111010

Color Harmonies of #C929FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C929FF

Black with #C929FF

Text Example


Text Example

White with #C929FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C929FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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