Html Css Color HEX #C015FB Electric Purple

📋 copy color: '#C015FB'

red 192 ◦ green 21 ◦ blue 251

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

Shades of Electric Purple #C015FB

Tints of Electric Purple #C015FB

RGB

 RED value IS 192 (75.39% from 255) = 41.38%

 GREEN value IS 21 (8.59% from 255) = 4.53%

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

R = 41.38%
G = 4.53%
B = 54.09%

CMYK

 C value IS 0.24

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C015FB (or 0xC015FB) is known color: Electric Purple. HEX triplet: C0, 15 and FB. RGB value is (192,21,251). Sum of RGB (Red+Green+Blue) = 192+21+251=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 21 (8.59% from 255 or 4.53% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #C015FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C015FB is #3FEA04. Grayscale: #616161. Windows color (decimal): -4188677 or 16455104. OLE color: 16455104.

HSL color Cylindrical-coordinate representation of color #C015FB: hue angle of 284.61º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C015FB is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 21 251 -
CMYK 0.24 0.92 0 0.02
HSL 284.61º 0.97% 0.53% -
HSV(B) 284.61º 0.92% 0.98% -
XYZ 39.42 18.71 92.8 -
YUV 98.35 214.15 194.8 -
System Red Green Blue C M Y K H S L
Decimal 192 21 251 0.24 0.92 0 0.02 284.61 0.97 0.53
Hex C0 15 FB 18 5C 0 2 11D 61 35
Octal 300 25 373 30 134 0 2 435 141 65
Binary 11000000 10101 11111011 11000 1011100 0 10 100011101 1100001 110101

Color Harmonies of #C015FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C015FB

Black with #C015FB

Text Example


Text Example

White with #C015FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C015FB; }

 p { color: rgb(192,21,251); }

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

background-color css

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

 a { background-color: rgb(192,21,251); }

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

border-color css

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

 span { border-color: rgb(192,21,251); }

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