Html Css Color HEX #C921F8 Electric Purple

📋 copy color: '#C921F8'

red 201 ◦ green 33 ◦ blue 248

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

Shades of Electric Purple #C921F8

Tints of Electric Purple #C921F8

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.85%

 BLUE value IS 248 (97.27% from 255) = 51.45%

R = 41.7%
G = 6.85%
B = 51.45%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C921F8 (or 0xC921F8) is known color: Electric Purple. HEX triplet: C9, 21 and F8. RGB value is (201,33,248). Sum of RGB (Red+Green+Blue) = 201+33+248=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 33 (13.28% from 255 or 6.85% from 482); Blue value is 248 (97.27% from 255 or 51.45% from 482); Max value from RGB is 248 - color contains mainly: blue. Hex color #C921F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C921F8 is #36DE07. Grayscale: #6B6B6B. Windows color (decimal): -3595784 or 16261577. OLE color: 16261577.

HSL color Cylindrical-coordinate representation of color #C921F8: hue angle of 286.88º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C921F8 is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 201 33 248 -
CMYK 0.19 0.87 0 0.03
HSL 286.88º 0.94% 0.55% -
HSV(B) 286.88º 0.87% 0.97% -
XYZ 41.57 20.28 90.53 -
YUV 107.74 207.16 194.52 -
System Red Green Blue C M Y K H S L
Decimal 201 33 248 0.19 0.87 0 0.03 286.88 0.94 0.55
Hex C9 21 F8 13 57 0 3 11F 5E 37
Octal 311 41 370 23 127 0 3 437 136 67
Binary 11001001 100001 11111000 10011 1010111 0 11 100011111 1011110 110111

Color Harmonies of #C921F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C921F8

Black with #C921F8

Text Example


Text Example

White with #C921F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C921F8; }

 p { color: rgb(201,33,248); }

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

background-color css

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

 a { background-color: rgb(201,33,248); }

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

border-color css

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

 span { border-color: rgb(201,33,248); }

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