Html Css Color HEX #C00BF1 Electric Purple

📋 copy color: '#C00BF1'

red 192 ◦ green 11 ◦ blue 241

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

Shades of Electric Purple #C00BF1

Tints of Electric Purple #C00BF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 54.28%

R = 43.24%
G = 2.48%
B = 54.28%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C00BF1 (or 0xC00BF1) is known color: Electric Purple. HEX triplet: C0, 0B and F1. RGB value is (192,11,241). Sum of RGB (Red+Green+Blue) = 192+11+241=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 11 (4.69% from 255 or 2.48% from 444); Blue value is 241 (94.53% from 255 or 54.28% from 444); Max value from RGB is 241 - color contains mainly: blue. Hex color #C00BF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00BF1 is #3FF40E. Grayscale: #5A5A5A. Windows color (decimal): -4191247 or 15797184. OLE color: 15797184.

HSL color Cylindrical-coordinate representation of color #C00BF1: hue angle of 287.22º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00BF1 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 11 241 -
CMYK 0.20 0.95 0 0.05
HSL 287.22º 0.91% 0.49% -
HSV(B) 287.22º 0.95% 0.95% -
XYZ 37.74 17.8 84.67 -
YUV 91.34 212.47 199.8 -
System Red Green Blue C M Y K H S L
Decimal 192 11 241 0.20 0.95 0 0.05 287.22 0.91 0.49
Hex C0 B F1 14 5F 0 5 11F 5B 31
Octal 300 13 361 24 137 0 5 437 133 61
Binary 11000000 1011 11110001 10100 1011111 0 101 100011111 1011011 110001

Color Harmonies of #C00BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00BF1

Black with #C00BF1

Text Example


Text Example

White with #C00BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00BF1; }

 p { color: rgb(192,11,241); }

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

background-color css

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

 a { background-color: rgb(192,11,241); }

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

border-color css

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

 span { border-color: rgb(192,11,241); }

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