Html Css Color HEX #C125F6 Electric Purple

📋 copy color: '#C125F6'

red 193 ◦ green 37 ◦ blue 246

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

Shades of Electric Purple #C125F6

Tints of Electric Purple #C125F6

RGB

 RED value IS 193 (75.78% from 255) = 40.55%

 GREEN value IS 37 (14.84% from 255) = 7.77%

 BLUE value IS 246 (96.48% from 255) = 51.68%

R = 40.55%
G = 7.77%
B = 51.68%

CMYK

 C value IS 0.22

 M value IS 0.85

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C125F6 (or 0xC125F6) is known color: Electric Purple. HEX triplet: C1, 25 and F6. RGB value is (193,37,246). Sum of RGB (Red+Green+Blue) = 193+37+246=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 37 (14.84% from 255 or 7.77% from 476); Blue value is 246 (96.48% from 255 or 51.68% from 476); Max value from RGB is 246 - color contains mainly: blue. Hex color #C125F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C125F6 is #3EDA09. Grayscale: #6A6A6A. Windows color (decimal): -4119050 or 16131521. OLE color: 16131521.

HSL color Cylindrical-coordinate representation of color #C125F6: hue angle of 284.78º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C125F6 is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 193 37 246 -
CMYK 0.22 0.85 0 0.04
HSL 284.78º 0.92% 0.55% -
HSV(B) 284.78º 0.85% 0.96% -
XYZ 39.29 19.31 88.85 -
YUV 107.47 206.18 189.01 -
System Red Green Blue C M Y K H S L
Decimal 193 37 246 0.22 0.85 0 0.04 284.78 0.92 0.55
Hex C1 25 F6 16 55 0 4 11D 5C 37
Octal 301 45 366 26 125 0 4 435 134 67
Binary 11000001 100101 11110110 10110 1010101 0 100 100011101 1011100 110111

Color Harmonies of #C125F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C125F6

Black with #C125F6

Text Example


Text Example

White with #C125F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C125F6; }

 p { color: rgb(193,37,246); }

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

background-color css

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

 a { background-color: rgb(193,37,246); }

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

border-color css

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

 span { border-color: rgb(193,37,246); }

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