Html Css Color HEX #CC068B Medium Violet Red

📋 copy color: '#CC068B'

red 204 ◦ green 6 ◦ blue 139

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

Shades of Medium Violet Red #CC068B

Tints of Medium Violet Red #CC068B

RGB

 RED value IS 204 (80.08% from 255) = 58.45%

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

 BLUE value IS 139 (54.69% from 255) = 39.83%

R = 58.45%
G = 1.72%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC068B (or 0xCC068B) is known color: Medium Violet Red. HEX triplet: CC, 06 and 8B. RGB value is (204,6,139). Sum of RGB (Red+Green+Blue) = 204+6+139=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 6 (2.73% from 255 or 1.72% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC068B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC068B is #33F974. Grayscale: #505050. Windows color (decimal): -3406197 or 9111244. OLE color: 9111244.

HSL color Cylindrical-coordinate representation of color #CC068B: hue angle of 319.7º degrees, saturation: 0.94, 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 #CC068B is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 6 139 -
CMYK 0 0.97 0.32 0.2
HSL 319.7º 0.94% 0.41% -
HSV(B) 319.7º 0.97% 0.8% -
XYZ 29.63 14.83 25.73 -
YUV 80.36 161.1 216.19 -
System Red Green Blue C M Y K H S L
Decimal 204 6 139 0 0.97 0.32 0.2 319.7 0.94 0.41
Hex CC 6 8B 0 61 20 14 140 5E 29
Octal 314 6 213 0 141 40 24 500 136 51
Binary 11001100 110 10001011 0 1100001 100000 10100 101000000 1011110 101001

Color Harmonies of #CC068B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC068B

Black with #CC068B

Text Example


Text Example

White with #CC068B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC068B; }

 p { color: rgb(204,6,139); }

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

background-color css

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

 a { background-color: rgb(204,6,139); }

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

border-color css

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

 span { border-color: rgb(204,6,139); }

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