Html Css Color HEX #C305CF Deep Magenta

📋 copy color: '#C305CF'

red 195 ◦ green 5 ◦ blue 207

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

Shades of Deep Magenta #C305CF

Tints of Deep Magenta #C305CF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.23%

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

R = 47.91%
G = 1.23%
B = 50.86%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C305CF (or 0xC305CF) is known color: Deep Magenta. HEX triplet: C3, 05 and CF. RGB value is (195,5,207). Sum of RGB (Red+Green+Blue) = 195+5+207=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 5 (2.34% from 255 or 1.23% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #C305CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C305CF is #3CFA30. Grayscale: #545454. Windows color (decimal): -3996209 or 13567427. OLE color: 13567427.

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

Color convert

RGB 195 5 207 -
CMYK 0.06 0.98 0 0.19
HSL 296.44º 0.95% 0.42% -
HSV(B) 296.44º 0.98% 0.81% -
XYZ 33.82 16.22 60.38 -
YUV 84.84 196.95 206.57 -
System Red Green Blue C M Y K H S L
Decimal 195 5 207 0.06 0.98 0 0.19 296.44 0.95 0.42
Hex C3 5 CF 6 62 0 13 128 5F 2A
Octal 303 5 317 6 142 0 23 450 137 52
Binary 11000011 101 11001111 110 1100010 0 10011 100101000 1011111 101010

Color Harmonies of #C305CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C305CF

Black with #C305CF

Text Example


Text Example

White with #C305CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C305CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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