Html Css Color HEX #C00FFB Electric Purple

📋 copy color: '#C00FFB'

red 192 ◦ green 15 ◦ blue 251

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

Shades of Electric Purple #C00FFB

Tints of Electric Purple #C00FFB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.28%

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

R = 41.92%
G = 3.28%
B = 54.8%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C00FFB (or 0xC00FFB) is known color: Electric Purple. HEX triplet: C0, 0F and FB. RGB value is (192,15,251). Sum of RGB (Red+Green+Blue) = 192+15+251=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 15 (6.25% from 255 or 3.28% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #C00FFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00FFB is #3FF004. Grayscale: #5E5E5E. Windows color (decimal): -4190213 or 16453568. OLE color: 16453568.

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

Color convert

RGB 192 15 251 -
CMYK 0.24 0.94 0 0.02
HSL 285º 0.97% 0.52% -
HSV(B) 285º 0.94% 0.98% -
XYZ 39.32 18.51 92.77 -
YUV 94.83 216.14 197.31 -
System Red Green Blue C M Y K H S L
Decimal 192 15 251 0.24 0.94 0 0.02 285 0.97 0.52
Hex C0 F FB 18 5E 0 2 11D 61 34
Octal 300 17 373 30 136 0 2 435 141 64
Binary 11000000 1111 11111011 11000 1011110 0 10 100011101 1100001 110100

Color Harmonies of #C00FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00FFB

Black with #C00FFB

Text Example


Text Example

White with #C00FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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