Html Css Color HEX #C303C6 Deep Magenta

📋 copy color: '#C303C6'

red 195 ◦ green 3 ◦ blue 198

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

Shades of Deep Magenta #C303C6

Tints of Deep Magenta #C303C6

RGB

 RED value IS 195 (76.56% from 255) = 49.24%

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

 BLUE value IS 198 (77.73% from 255) = 50%

R = 49.24%
G = 0.76%
B = 50%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C303C6 (or 0xC303C6) is known color: Deep Magenta. HEX triplet: C3, 03 and C6. RGB value is (195,3,198). Sum of RGB (Red+Green+Blue) = 195+3+198=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 3 (1.56% from 255 or 0.76% from 396); Blue value is 198 (77.73% from 255 or 50% from 396); Max value from RGB is 198 - color contains mainly: blue. Hex color #C303C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C303C6 is #3CFC39. Grayscale: #525252. Windows color (decimal): -3996730 or 12977091. OLE color: 12977091.

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

Color convert

RGB 195 3 198 -
CMYK 0.02 0.98 0 0.22
HSL 299.08º 0.97% 0.39% -
HSV(B) 299.08º 0.98% 0.78% -
XYZ 32.73 15.74 54.74 -
YUV 82.64 193.11 208.14 -
System Red Green Blue C M Y K H S L
Decimal 195 3 198 0.02 0.98 0 0.22 299.08 0.97 0.39
Hex C3 3 C6 2 62 0 16 12B 61 27
Octal 303 3 306 2 142 0 26 453 141 47
Binary 11000011 11 11000110 10 1100010 0 10110 100101011 1100001 100111

Color Harmonies of #C303C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C303C6

Black with #C303C6

Text Example


Text Example

White with #C303C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C303C6; }

 p { color: rgb(195,3,198); }

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

background-color css

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

 a { background-color: rgb(195,3,198); }

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

border-color css

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

 span { border-color: rgb(195,3,198); }

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