Html Css Color HEX #C309CF Deep Magenta

📋 copy color: '#C309CF'

red 195 ◦ green 9 ◦ blue 207

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

Shades of Deep Magenta #C309CF

Tints of Deep Magenta #C309CF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.19%

 BLUE value IS 207 (81.25% from 255) = 50.36%

R = 47.45%
G = 2.19%
B = 50.36%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C309CF (or 0xC309CF) is known color: Deep Magenta. HEX triplet: C3, 09 and CF. RGB value is (195,9,207). Sum of RGB (Red+Green+Blue) = 195+9+207=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 9 (3.91% from 255 or 2.19% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #C309CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C309CF is #3CF630. Grayscale: #565656. Windows color (decimal): -3995185 or 13568451. OLE color: 13568451.

HSL color Cylindrical-coordinate representation of color #C309CF: hue angle of 296.36º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C309CF is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 9 207 -
CMYK 0.06 0.96 0 0.19
HSL 296.36º 0.92% 0.42% -
HSV(B) 296.36º 0.96% 0.81% -
XYZ 33.87 16.3 60.39 -
YUV 87.19 195.62 204.9 -
System Red Green Blue C M Y K H S L
Decimal 195 9 207 0.06 0.96 0 0.19 296.36 0.92 0.42
Hex C3 9 CF 6 60 0 13 128 5C 2A
Octal 303 11 317 6 140 0 23 450 134 52
Binary 11000011 1001 11001111 110 1100000 0 10011 100101000 1011100 101010

Color Harmonies of #C309CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C309CF

Black with #C309CF

Text Example


Text Example

White with #C309CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C309CF; }

 p { color: rgb(195,9,207); }

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

background-color css

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

 a { background-color: rgb(195,9,207); }

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

border-color css

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

 span { border-color: rgb(195,9,207); }

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