Html Css Color HEX #C92AFB Electric Purple

📋 copy color: '#C92AFB'

red 201 ◦ green 42 ◦ blue 251

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

Shades of Electric Purple #C92AFB

Tints of Electric Purple #C92AFB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.5%

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

R = 40.69%
G = 8.5%
B = 50.81%

CMYK

 C value IS 0.20

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C92AFB (or 0xC92AFB) is known color: Electric Purple. HEX triplet: C9, 2A and FB. RGB value is (201,42,251). Sum of RGB (Red+Green+Blue) = 201+42+251=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 42 (16.80% from 255 or 8.50% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #C92AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C92AFB is #36D504. Grayscale: #707070. Windows color (decimal): -3593477 or 16460489. OLE color: 16460489.

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

Color convert

RGB 201 42 251 -
CMYK 0.20 0.83 0 0.02
HSL 285.65º 0.96% 0.57% -
HSV(B) 285.65º 0.83% 0.98% -
XYZ 42.33 21.04 93.1 -
YUV 113.37 205.68 190.51 -
System Red Green Blue C M Y K H S L
Decimal 201 42 251 0.20 0.83 0 0.02 285.65 0.96 0.57
Hex C9 2A FB 14 53 0 2 11E 60 39
Octal 311 52 373 24 123 0 2 436 140 71
Binary 11001001 101010 11111011 10100 1010011 0 10 100011110 1100000 111001

Color Harmonies of #C92AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92AFB

Black with #C92AFB

Text Example


Text Example

White with #C92AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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