Html Css Color HEX #C900C3 Deep Magenta

📋 copy color: '#C900C3'

red 201 ◦ green 0 ◦ blue 195

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

Shades of Deep Magenta #C900C3

Tints of Deep Magenta #C900C3

RGB

 RED value IS 201 (78.91% from 255) = 50.76%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50.76%
G = 0%
B = 49.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#C900C3 (or 0xC900C3) is known color: Deep Magenta. HEX triplet: C9, 00 and C3. RGB value is (201,0,195). Sum of RGB (Red+Green+Blue) = 201+0+195=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 0 (0.39% from 255 or 0% from 396); Blue value is 195 (76.56% from 255 or 49.24% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C900C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C900C3 is #36FF3C. Grayscale: #515151. Windows color (decimal): -3604285 or 12779721. OLE color: 12779721.

HSL color Cylindrical-coordinate representation of color #C900C3: hue angle of 301.79º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C900C3 is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 0 195 -
CMYK 0 1 0.03 0.21
HSL 301.79º 1% 0.39% -
HSV(B) 301.79º 1% 0.79% -
XYZ 33.94 16.36 53 -
YUV 82.33 191.59 212.64 -
System Red Green Blue C M Y K H S L
Decimal 201 0 195 0 1 0.03 0.21 301.79 1 0.39
Hex C9 0 C3 0 64 3 15 12E 64 27
Octal 311 0 303 0 144 3 25 456 144 47
Binary 11001001 0 11000011 0 1100100 11 10101 100101110 1100100 100111

Color Harmonies of #C900C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C900C3

Black with #C900C3

Text Example


Text Example

White with #C900C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C900C3; }

 p { color: rgb(201,0,195); }

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

background-color css

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

 a { background-color: rgb(201,0,195); }

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

border-color css

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

 span { border-color: rgb(201,0,195); }

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