Html Css Color HEX #C307CC Deep Magenta

📋 copy color: '#C307CC'

red 195 ◦ green 7 ◦ blue 204

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

Shades of Deep Magenta #C307CC

Tints of Deep Magenta #C307CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.25%

R = 48.03%
G = 1.72%
B = 50.25%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C307CC (or 0xC307CC) is known color: Deep Magenta. HEX triplet: C3, 07 and CC. RGB value is (195,7,204). Sum of RGB (Red+Green+Blue) = 195+7+204=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 7 (3.12% from 255 or 1.72% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #C307CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C307CC is #3CF833. Grayscale: #555555. Windows color (decimal): -3995700 or 13371331. OLE color: 13371331.

HSL color Cylindrical-coordinate representation of color #C307CC: hue angle of 297.26º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C307CC is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 195 7 204 -
CMYK 0.04 0.97 0 0.2
HSL 297.26º 0.93% 0.41% -
HSV(B) 297.26º 0.97% 0.8% -
XYZ 33.48 16.11 58.47 -
YUV 85.67 194.78 205.98 -
System Red Green Blue C M Y K H S L
Decimal 195 7 204 0.04 0.97 0 0.2 297.26 0.93 0.41
Hex C3 7 CC 4 61 0 14 129 5D 29
Octal 303 7 314 4 141 0 24 451 135 51
Binary 11000011 111 11001100 100 1100001 0 10100 100101001 1011101 101001

Color Harmonies of #C307CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C307CC

Black with #C307CC

Text Example


Text Example

White with #C307CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C307CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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