Html Css Color HEX #C103F9 Electric Purple

📋 copy color: '#C103F9'

red 193 ◦ green 3 ◦ blue 249

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

Shades of Electric Purple #C103F9

Tints of Electric Purple #C103F9

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.67%

 BLUE value IS 249 (97.66% from 255) = 55.96%

R = 43.37%
G = 0.67%
B = 55.96%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C103F9 (or 0xC103F9) is known color: Electric Purple. HEX triplet: C1, 03 and F9. RGB value is (193,3,249). Sum of RGB (Red+Green+Blue) = 193+3+249=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 3 (1.56% from 255 or 0.67% from 445); Blue value is 249 (97.66% from 255 or 55.96% from 445); Max value from RGB is 249 - color contains mainly: blue. Hex color #C103F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C103F9 is #3EFC06. Grayscale: #575757. Windows color (decimal): -4127751 or 16319425. OLE color: 16319425.

HSL color Cylindrical-coordinate representation of color #C103F9: hue angle of 286.34º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C103F9 is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 3 249 -
CMYK 0.22 0.99 0 0.02
HSL 286.34º 0.98% 0.49% -
HSV(B) 286.34º 0.99% 0.98% -
XYZ 39.12 18.24 91.08 -
YUV 87.85 218.95 203 -
System Red Green Blue C M Y K H S L
Decimal 193 3 249 0.22 0.99 0 0.02 286.34 0.98 0.49
Hex C1 3 F9 16 63 0 2 11E 62 31
Octal 301 3 371 26 143 0 2 436 142 61
Binary 11000001 11 11111001 10110 1100011 0 10 100011110 1100010 110001

Color Harmonies of #C103F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C103F9

Black with #C103F9

Text Example


Text Example

White with #C103F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C103F9; }

 p { color: rgb(193,3,249); }

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

background-color css

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

 a { background-color: rgb(193,3,249); }

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

border-color css

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

 span { border-color: rgb(193,3,249); }

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