Html Css Color HEX #C307AB Deep Magenta

📋 copy color: '#C307AB'

red 195 ◦ green 7 ◦ blue 171

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

Shades of Deep Magenta #C307AB

Tints of Deep Magenta #C307AB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.88%

 BLUE value IS 171 (67.19% from 255) = 45.84%

R = 52.28%
G = 1.88%
B = 45.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C307AB (or 0xC307AB) is known color: Deep Magenta. HEX triplet: C3, 07 and AB. RGB value is (195,7,171). Sum of RGB (Red+Green+Blue) = 195+7+171=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 7 (3.12% from 255 or 1.88% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C307AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C307AB is #3CF854. Grayscale: #515151. Windows color (decimal): -3995733 or 11208643. OLE color: 11208643.

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

Color convert

RGB 195 7 171 -
CMYK 0 0.96 0.12 0.24
HSL 307.66º 0.93% 0.4% -
HSV(B) 307.66º 0.96% 0.76% -
XYZ 29.93 14.69 39.79 -
YUV 81.91 178.28 208.66 -
System Red Green Blue C M Y K H S L
Decimal 195 7 171 0 0.96 0.12 0.24 307.66 0.93 0.4
Hex C3 7 AB 0 60 C 18 134 5D 28
Octal 303 7 253 0 140 14 30 464 135 50
Binary 11000011 111 10101011 0 1100000 1100 11000 100110100 1011101 101000

Color Harmonies of #C307AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C307AB

Black with #C307AB

Text Example


Text Example

White with #C307AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C307AB; }

 p { color: rgb(195,7,171); }

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

background-color css

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

 a { background-color: rgb(195,7,171); }

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

border-color css

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

 span { border-color: rgb(195,7,171); }

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