Html Css Color HEX #C006F1 Electric Purple

📋 copy color: '#C006F1'

red 192 ◦ green 6 ◦ blue 241

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

Shades of Electric Purple #C006F1

Tints of Electric Purple #C006F1

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.37%

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

R = 43.74%
G = 1.37%
B = 54.9%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C006F1 (or 0xC006F1) is known color: Electric Purple. HEX triplet: C0, 06 and F1. RGB value is (192,6,241). Sum of RGB (Red+Green+Blue) = 192+6+241=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 6 (2.73% from 255 or 1.37% from 439); Blue value is 241 (94.53% from 255 or 54.90% from 439); Max value from RGB is 241 - color contains mainly: blue. Hex color #C006F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C006F1 is #3FF90E. Grayscale: #575757. Windows color (decimal): -4192527 or 15795904. OLE color: 15795904.

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

Color convert

RGB 192 6 241 -
CMYK 0.20 0.98 0 0.05
HSL 287.49º 0.95% 0.48% -
HSV(B) 287.49º 0.98% 0.95% -
XYZ 37.68 17.69 84.65 -
YUV 88.4 214.12 201.89 -
System Red Green Blue C M Y K H S L
Decimal 192 6 241 0.20 0.98 0 0.05 287.49 0.95 0.48
Hex C0 6 F1 14 62 0 5 11F 5F 30
Octal 300 6 361 24 142 0 5 437 137 60
Binary 11000000 110 11110001 10100 1100010 0 101 100011111 1011111 110000

Color Harmonies of #C006F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C006F1

Black with #C006F1

Text Example


Text Example

White with #C006F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C006F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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