Html Css Color HEX #C30DAF Deep Magenta

📋 copy color: '#C30DAF'

red 195 ◦ green 13 ◦ blue 175

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

Shades of Deep Magenta #C30DAF

Tints of Deep Magenta #C30DAF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.39%

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

R = 50.91%
G = 3.39%
B = 45.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C30DAF (or 0xC30DAF) is known color: Deep Magenta. HEX triplet: C3, 0D and AF. RGB value is (195,13,175). Sum of RGB (Red+Green+Blue) = 195+13+175=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 13 (5.47% from 255 or 3.39% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C30DAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30DAF is #3CF250. Grayscale: #555555. Windows color (decimal): -3994193 or 11472323. OLE color: 11472323.

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

Color convert

RGB 195 13 175 -
CMYK 0 0.93 0.10 0.24
HSL 306.59º 0.88% 0.41% -
HSV(B) 306.59º 0.93% 0.76% -
XYZ 30.39 14.99 41.85 -
YUV 85.89 178.3 205.83 -
System Red Green Blue C M Y K H S L
Decimal 195 13 175 0 0.93 0.10 0.24 306.59 0.88 0.41
Hex C3 D AF 0 5D A 18 133 58 29
Octal 303 15 257 0 135 12 30 463 130 51
Binary 11000011 1101 10101111 0 1011101 1010 11000 100110011 1011000 101001

Color Harmonies of #C30DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30DAF

Black with #C30DAF

Text Example


Text Example

White with #C30DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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