Html Css Color HEX #C3069D Medium Violet Red

📋 copy color: '#C3069D'

red 195 ◦ green 6 ◦ blue 157

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

Shades of Medium Violet Red #C3069D

Tints of Medium Violet Red #C3069D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.68%

 BLUE value IS 157 (61.72% from 255) = 43.85%

R = 54.47%
G = 1.68%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C3069D (or 0xC3069D) is known color: Medium Violet Red. HEX triplet: C3, 06 and 9D. RGB value is (195,6,157). Sum of RGB (Red+Green+Blue) = 195+6+157=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 6 (2.73% from 255 or 1.68% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C3069D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3069D is #3CF962. Grayscale: #4F4F4F. Windows color (decimal): -3996003 or 10290883. OLE color: 10290883.

HSL color Cylindrical-coordinate representation of color #C3069D: hue angle of 312.06º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C3069D is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 6 157 -
CMYK 0 0.97 0.19 0.24
HSL 312.06º 0.94% 0.39% -
HSV(B) 312.06º 0.97% 0.76% -
XYZ 28.66 14.17 33.12 -
YUV 79.73 171.62 210.22 -
System Red Green Blue C M Y K H S L
Decimal 195 6 157 0 0.97 0.19 0.24 312.06 0.94 0.39
Hex C3 6 9D 0 61 13 18 138 5E 27
Octal 303 6 235 0 141 23 30 470 136 47
Binary 11000011 110 10011101 0 1100001 10011 11000 100111000 1011110 100111

Color Harmonies of #C3069D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3069D

Black with #C3069D

Text Example


Text Example

White with #C3069D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3069D; }

 p { color: rgb(195,6,157); }

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

background-color css

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

 a { background-color: rgb(195,6,157); }

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

border-color css

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

 span { border-color: rgb(195,6,157); }

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