Html Css Color HEX #C300AF Deep Magenta

📋 copy color: '#C300AF'

red 195 ◦ green 0 ◦ blue 175

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

Shades of Deep Magenta #C300AF

Tints of Deep Magenta #C300AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.3%

R = 52.7%
G = 0%
B = 47.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C300AF (or 0xC300AF) is known color: Deep Magenta. HEX triplet: C3, 00 and AF. RGB value is (195,0,175). Sum of RGB (Red+Green+Blue) = 195+0+175=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 0 (0.39% from 255 or 0% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C300AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C300AF is #3CFF50. Grayscale: #4D4D4D. Windows color (decimal): -3997521 or 11468995. OLE color: 11468995.

HSL color Cylindrical-coordinate representation of color #C300AF: hue angle of 306.15º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C300AF is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 0 175 -
CMYK 0 1 0.10 0.24
HSL 306.15º 1% 0.38% -
HSV(B) 306.15º 1% 0.76% -
XYZ 30.24 14.7 41.8 -
YUV 78.26 182.6 211.27 -
System Red Green Blue C M Y K H S L
Decimal 195 0 175 0 1 0.10 0.24 306.15 1 0.38
Hex C3 0 AF 0 64 A 18 132 64 26
Octal 303 0 257 0 144 12 30 462 144 46
Binary 11000011 0 10101111 0 1100100 1010 11000 100110010 1100100 100110

Color Harmonies of #C300AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C300AF

Black with #C300AF

Text Example


Text Example

White with #C300AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C300AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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