Html Css Color HEX #C203F9 Electric Purple

📋 copy color: '#C203F9'

red 194 ◦ green 3 ◦ blue 249

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

Shades of Electric Purple #C203F9

Tints of Electric Purple #C203F9

RGB

 RED value IS 194 (76.17% from 255) = 43.5%

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

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

R = 43.5%
G = 0.67%
B = 55.83%

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

#C203F9 (or 0xC203F9) is known color: Electric Purple. HEX triplet: C2, 03 and F9. RGB value is (194,3,249). Sum of RGB (Red+Green+Blue) = 194+3+249=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 3 (1.56% from 255 or 0.67% from 446); Blue value is 249 (97.66% from 255 or 55.83% from 446); Max value from RGB is 249 - color contains mainly: blue. Hex color #C203F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C203F9 is #3DFC06. Grayscale: #575757. Windows color (decimal): -4062215 or 16319426. OLE color: 16319426.

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

Color convert

RGB 194 3 249 -
CMYK 0.22 0.99 0 0.02
HSL 286.59º 0.98% 0.49% -
HSV(B) 286.59º 0.99% 0.98% -
XYZ 39.38 18.37 91.09 -
YUV 88.15 218.78 203.5 -
System Red Green Blue C M Y K H S L
Decimal 194 3 249 0.22 0.99 0 0.02 286.59 0.98 0.49
Hex C2 3 F9 16 63 0 2 11F 62 31
Octal 302 3 371 26 143 0 2 437 142 61
Binary 11000010 11 11111001 10110 1100011 0 10 100011111 1100010 110001

Color Harmonies of #C203F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C203F9

Black with #C203F9

Text Example


Text Example

White with #C203F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C203F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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