Html Css Color HEX #C00EFB Electric Purple

📋 copy color: '#C00EFB'

red 192 ◦ green 14 ◦ blue 251

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

Shades of Electric Purple #C00EFB

Tints of Electric Purple #C00EFB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.06%

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

R = 42.01%
G = 3.06%
B = 54.92%

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

#C00EFB (or 0xC00EFB) is known color: Electric Purple. HEX triplet: C0, 0E and FB. RGB value is (192,14,251). Sum of RGB (Red+Green+Blue) = 192+14+251=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 14 (5.86% from 255 or 3.06% from 457); Blue value is 251 (98.44% from 255 or 54.92% from 457); Max value from RGB is 251 - color contains mainly: blue. Hex color #C00EFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00EFB is #3FF104. Grayscale: #5D5D5D. Windows color (decimal): -4190469 or 16453312. OLE color: 16453312.

HSL color Cylindrical-coordinate representation of color #C00EFB: hue angle of 285.06º 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 #C00EFB is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 14 251 -
CMYK 0.24 0.94 0 0.02
HSL 285.06º 0.97% 0.52% -
HSV(B) 285.06º 0.94% 0.98% -
XYZ 39.31 18.49 92.76 -
YUV 94.24 216.47 197.73 -
System Red Green Blue C M Y K H S L
Decimal 192 14 251 0.24 0.94 0 0.02 285.06 0.97 0.52
Hex C0 E FB 18 5E 0 2 11D 61 34
Octal 300 16 373 30 136 0 2 435 141 64
Binary 11000000 1110 11111011 11000 1011110 0 10 100011101 1100001 110100

Color Harmonies of #C00EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00EFB

Black with #C00EFB

Text Example


Text Example

White with #C00EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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