Html Css Color HEX #C923FB Electric Purple

📋 copy color: '#C923FB'

red 201 ◦ green 35 ◦ blue 251

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

Shades of Electric Purple #C923FB

Tints of Electric Purple #C923FB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.19%

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

R = 41.27%
G = 7.19%
B = 51.54%

CMYK

 C value IS 0.20

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C923FB (or 0xC923FB) is known color: Electric Purple. HEX triplet: C9, 23 and FB. RGB value is (201,35,251). Sum of RGB (Red+Green+Blue) = 201+35+251=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 35 (14.06% from 255 or 7.19% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #C923FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C923FB is #36DC04. Grayscale: #6C6C6C. Windows color (decimal): -3595269 or 16458697. OLE color: 16458697.

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

Color convert

RGB 201 35 251 -
CMYK 0.20 0.86 0 0.02
HSL 286.11º 0.96% 0.56% -
HSV(B) 286.11º 0.86% 0.98% -
XYZ 42.1 20.58 93.02 -
YUV 109.26 208 193.44 -
System Red Green Blue C M Y K H S L
Decimal 201 35 251 0.20 0.86 0 0.02 286.11 0.96 0.56
Hex C9 23 FB 14 56 0 2 11E 60 38
Octal 311 43 373 24 126 0 2 436 140 70
Binary 11001001 100011 11111011 10100 1010110 0 10 100011110 1100000 111000

Color Harmonies of #C923FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C923FB

Black with #C923FB

Text Example


Text Example

White with #C923FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C923FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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