Html Css Color HEX #C300CA Deep Magenta

📋 copy color: '#C300CA'

red 195 ◦ green 0 ◦ blue 202

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

Shades of Deep Magenta #C300CA

Tints of Deep Magenta #C300CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.88%

R = 49.12%
G = 0%
B = 50.88%

CMYK

 C value IS 0.03

 M value IS 1

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C300CA (or 0xC300CA) is known color: Deep Magenta. HEX triplet: C3, 00 and CA. RGB value is (195,0,202). Sum of RGB (Red+Green+Blue) = 195+0+202=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #C300CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C300CA is #3CFF35. Grayscale: #505050. Windows color (decimal): -3997494 or 13238467. OLE color: 13238467.

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

Color convert

RGB 195 0 202 -
CMYK 0.03 1 0 0.21
HSL 297.92º 1% 0.4% -
HSV(B) 297.92º 1% 0.79% -
XYZ 33.17 15.87 57.19 -
YUV 81.33 196.1 209.07 -
System Red Green Blue C M Y K H S L
Decimal 195 0 202 0.03 1 0 0.21 297.92 1 0.4
Hex C3 0 CA 3 64 0 15 12A 64 28
Octal 303 0 312 3 144 0 25 452 144 50
Binary 11000011 0 11001010 11 1100100 0 10101 100101010 1100100 101000

Color Harmonies of #C300CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C300CA

Black with #C300CA

Text Example


Text Example

White with #C300CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C300CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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