Html Css Color HEX #C92FFB Electric Purple

📋 copy color: '#C92FFB'

red 201 ◦ green 47 ◦ blue 251

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

Shades of Electric Purple #C92FFB

Tints of Electric Purple #C92FFB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.42%

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

R = 40.28%
G = 9.42%
B = 50.3%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C92FFB (or 0xC92FFB) is known color: Electric Purple. HEX triplet: C9, 2F and FB. RGB value is (201,47,251). Sum of RGB (Red+Green+Blue) = 201+47+251=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 47 (18.75% from 255 or 9.42% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #C92FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C92FFB is #36D004. Grayscale: #737373. Windows color (decimal): -3592197 or 16461769. OLE color: 16461769.

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

Color convert

RGB 201 47 251 -
CMYK 0.20 0.81 0 0.02
HSL 285.29º 0.96% 0.58% -
HSV(B) 285.29º 0.81% 0.98% -
XYZ 42.52 21.42 93.16 -
YUV 116.3 204.02 188.41 -
System Red Green Blue C M Y K H S L
Decimal 201 47 251 0.20 0.81 0 0.02 285.29 0.96 0.58
Hex C9 2F FB 14 51 0 2 11D 60 3A
Octal 311 57 373 24 121 0 2 435 140 72
Binary 11001001 101111 11111011 10100 1010001 0 10 100011101 1100000 111010

Color Harmonies of #C92FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92FFB

Black with #C92FFB

Text Example


Text Example

White with #C92FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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