Html Css Color HEX #C307C7 Deep Magenta

📋 copy color: '#C307C7'

red 195 ◦ green 7 ◦ blue 199

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

Shades of Deep Magenta #C307C7

Tints of Deep Magenta #C307C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 49.63%

R = 48.63%
G = 1.75%
B = 49.63%

CMYK

 C value IS 0.02

 M value IS 0.96

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C307C7 (or 0xC307C7) is known color: Deep Magenta. HEX triplet: C3, 07 and C7. RGB value is (195,7,199). Sum of RGB (Red+Green+Blue) = 195+7+199=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 7 (3.12% from 255 or 1.75% from 401); Blue value is 199 (78.12% from 255 or 49.63% from 401); Max value from RGB is 199 - color contains mainly: blue. Hex color #C307C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C307C7 is #3CF838. Grayscale: #545454. Windows color (decimal): -3995705 or 13043651. OLE color: 13043651.

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

Color convert

RGB 195 7 199 -
CMYK 0.02 0.96 0 0.22
HSL 298.75º 0.93% 0.4% -
HSV(B) 298.75º 0.96% 0.78% -
XYZ 32.89 15.88 55.36 -
YUV 85.1 192.28 206.39 -
System Red Green Blue C M Y K H S L
Decimal 195 7 199 0.02 0.96 0 0.22 298.75 0.93 0.4
Hex C3 7 C7 2 60 0 16 12B 5D 28
Octal 303 7 307 2 140 0 26 453 135 50
Binary 11000011 111 11000111 10 1100000 0 10110 100101011 1011101 101000

Color Harmonies of #C307C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C307C7

Black with #C307C7

Text Example


Text Example

White with #C307C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C307C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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