Html Css Color HEX #C003F6 Electric Purple

📋 copy color: '#C003F6'

red 192 ◦ green 3 ◦ blue 246

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

Shades of Electric Purple #C003F6

Tints of Electric Purple #C003F6

RGB

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

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

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

R = 43.54%
G = 0.68%
B = 55.78%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C003F6 (or 0xC003F6) is known color: Electric Purple. HEX triplet: C0, 03 and F6. RGB value is (192,3,246). Sum of RGB (Red+Green+Blue) = 192+3+246=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 3 (1.56% from 255 or 0.68% from 441); Blue value is 246 (96.48% from 255 or 55.78% from 441); Max value from RGB is 246 - color contains mainly: blue. Hex color #C003F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C003F6 is #3FFC09. Grayscale: #565656. Windows color (decimal): -4193290 or 16122816. OLE color: 16122816.

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

Color convert

RGB 192 3 246 -
CMYK 0.22 0.99 0 0.04
HSL 286.67º 0.98% 0.49% -
HSV(B) 286.67º 0.99% 0.96% -
XYZ 38.41 17.93 88.62 -
YUV 87.21 217.62 202.74 -
System Red Green Blue C M Y K H S L
Decimal 192 3 246 0.22 0.99 0 0.04 286.67 0.98 0.49
Hex C0 3 F6 16 63 0 4 11F 62 31
Octal 300 3 366 26 143 0 4 437 142 61
Binary 11000000 11 11110110 10110 1100011 0 100 100011111 1100010 110001

Color Harmonies of #C003F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C003F6

Black with #C003F6

Text Example


Text Example

White with #C003F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C003F6; }

 p { color: rgb(192,3,246); }

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

background-color css

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

 a { background-color: rgb(192,3,246); }

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

border-color css

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

 span { border-color: rgb(192,3,246); }

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