Html Css Color HEX #C912F2 Electric Purple

📋 copy color: '#C912F2'

red 201 ◦ green 18 ◦ blue 242

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

Shades of Electric Purple #C912F2

Tints of Electric Purple #C912F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 52.49%

R = 43.6%
G = 3.9%
B = 52.49%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C912F2 (or 0xC912F2) is known color: Electric Purple. HEX triplet: C9, 12 and F2. RGB value is (201,18,242). Sum of RGB (Red+Green+Blue) = 201+18+242=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 18 (7.42% from 255 or 3.90% from 461); Blue value is 242 (94.92% from 255 or 52.49% from 461); Max value from RGB is 242 - color contains mainly: blue. Hex color #C912F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C912F2 is #36ED0D. Grayscale: #616161. Windows color (decimal): -3599630 or 15864521. OLE color: 15864521.

HSL color Cylindrical-coordinate representation of color #C912F2: hue angle of 289.02º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C912F2 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 18 242 -
CMYK 0.17 0.93 0 0.05
HSL 289.02º 0.9% 0.51% -
HSV(B) 289.02º 0.93% 0.95% -
XYZ 40.33 19.26 85.6 -
YUV 98.25 209.13 201.29 -
System Red Green Blue C M Y K H S L
Decimal 201 18 242 0.17 0.93 0 0.05 289.02 0.9 0.51
Hex C9 12 F2 11 5D 0 5 121 5A 33
Octal 311 22 362 21 135 0 5 441 132 63
Binary 11001001 10010 11110010 10001 1011101 0 101 100100001 1011010 110011

Color Harmonies of #C912F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C912F2

Black with #C912F2

Text Example


Text Example

White with #C912F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C912F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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