Html Css Color HEX #C912FF Electric Purple

📋 copy color: '#C912FF'

red 201 ◦ green 18 ◦ blue 255

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

Shades of Electric Purple #C912FF

Tints of Electric Purple #C912FF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.8%

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

R = 42.41%
G = 3.8%
B = 53.8%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C912FF (or 0xC912FF) is known color: Electric Purple. HEX triplet: C9, 12 and FF. RGB value is (201,18,255). Sum of RGB (Red+Green+Blue) = 201+18+255=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 18 (7.42% from 255 or 3.80% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #C912FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C912FF is #36ED00. Grayscale: #626262. Windows color (decimal): -3599617 or 16716489. OLE color: 16716489.

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

Color convert

RGB 201 18 255 -
CMYK 0.21 0.93 0 0
HSL 286.33º 1% 0.54% -
HSV(B) 286.33º 0.93% 1% -
XYZ 42.35 20.07 96.25 -
YUV 99.74 215.63 200.23 -
System Red Green Blue C M Y K H S L
Decimal 201 18 255 0.21 0.93 0 0 286.33 1 0.54
Hex C9 12 FF 15 5D 0 0 11E 64 36
Octal 311 22 377 25 135 0 0 436 144 66
Binary 11001001 10010 11111111 10101 1011101 0 0 100011110 1100100 110110

Color Harmonies of #C912FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C912FF

Black with #C912FF

Text Example


Text Example

White with #C912FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C912FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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