Html Css Color HEX #C912FB Electric Purple

📋 copy color: '#C912FB'

red 201 ◦ green 18 ◦ blue 251

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

Shades of Electric Purple #C912FB

Tints of Electric Purple #C912FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.4%

R = 42.77%
G = 3.83%
B = 53.4%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C912FB (or 0xC912FB) is known color: Electric Purple. HEX triplet: C9, 12 and FB. RGB value is (201,18,251). Sum of RGB (Red+Green+Blue) = 201+18+251=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 18 (7.42% from 255 or 3.83% from 470); Blue value is 251 (98.44% from 255 or 53.40% from 470); Max value from RGB is 251 - color contains mainly: blue. Hex color #C912FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C912FB is #36ED04. Grayscale: #626262. Windows color (decimal): -3599621 or 16454345. OLE color: 16454345.

HSL color Cylindrical-coordinate representation of color #C912FB: hue angle of 287.12º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C912FB is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 18 251 -
CMYK 0.20 0.93 0 0.02
HSL 287.12º 0.97% 0.53% -
HSV(B) 287.12º 0.93% 0.98% -
XYZ 41.72 19.82 92.89 -
YUV 99.28 213.63 200.55 -
System Red Green Blue C M Y K H S L
Decimal 201 18 251 0.20 0.93 0 0.02 287.12 0.97 0.53
Hex C9 12 FB 14 5D 0 2 11F 61 35
Octal 311 22 373 24 135 0 2 437 141 65
Binary 11001001 10010 11111011 10100 1011101 0 10 100011111 1100001 110101

Color Harmonies of #C912FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C912FB

Black with #C912FB

Text Example


Text Example

White with #C912FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C912FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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