Html Css Color HEX #C50BFC Electric Purple

📋 copy color: '#C50BFC'

red 197 ◦ green 11 ◦ blue 252

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

Shades of Electric Purple #C50BFC

Tints of Electric Purple #C50BFC

RGB

 RED value IS 197 (77.34% from 255) = 42.83%

 GREEN value IS 11 (4.69% from 255) = 2.39%

 BLUE value IS 252 (98.83% from 255) = 54.78%

R = 42.83%
G = 2.39%
B = 54.78%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C50BFC (or 0xC50BFC) is known color: Electric Purple. HEX triplet: C5, 0B and FC. RGB value is (197,11,252). Sum of RGB (Red+Green+Blue) = 197+11+252=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 11 (4.69% from 255 or 2.39% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #C50BFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50BFC is #3AF403. Grayscale: #5D5D5D. Windows color (decimal): -3863556 or 16518085. OLE color: 16518085.

HSL color Cylindrical-coordinate representation of color #C50BFC: hue angle of 286.31º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C50BFC is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 11 252 -
CMYK 0.22 0.96 0 0.01
HSL 286.31º 0.98% 0.52% -
HSV(B) 286.31º 0.96% 0.99% -
XYZ 40.72 19.14 93.64 -
YUV 94.09 217.12 201.4 -
System Red Green Blue C M Y K H S L
Decimal 197 11 252 0.22 0.96 0 0.01 286.31 0.98 0.52
Hex C5 B FC 16 60 0 1 11E 62 34
Octal 305 13 374 26 140 0 1 436 142 64
Binary 11000101 1011 11111100 10110 1100000 0 1 100011110 1100010 110100

Color Harmonies of #C50BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50BFC

Black with #C50BFC

Text Example


Text Example

White with #C50BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50BFC; }

 p { color: rgb(197,11,252); }

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

background-color css

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

 a { background-color: rgb(197,11,252); }

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

border-color css

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

 span { border-color: rgb(197,11,252); }

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