Html Css Color HEX #CC007B Medium Violet Red

📋 copy color: '#CC007B'

red 204 ◦ green 0 ◦ blue 123

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

Shades of Medium Violet Red #CC007B

Tints of Medium Violet Red #CC007B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 123 (48.44% from 255) = 37.61%

R = 62.39%
G = 0%
B = 37.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC007B (or 0xCC007B) is known color: Medium Violet Red. HEX triplet: CC, 00 and 7B. RGB value is (204,0,123). Sum of RGB (Red+Green+Blue) = 204+0+123=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC007B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC007B is #33FF84. Grayscale: #4A4A4A. Windows color (decimal): -3407749 or 8061132. OLE color: 8061132.

HSL color Cylindrical-coordinate representation of color #CC007B: hue angle of 323.82º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC007B is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 0 123 -
CMYK 0 1 0.40 0.2
HSL 323.82º 1% 0.4% -
HSV(B) 323.82º 1% 0.8% -
XYZ 28.48 14.27 19.99 -
YUV 75.02 155.09 220 -
System Red Green Blue C M Y K H S L
Decimal 204 0 123 0 1 0.40 0.2 323.82 1 0.4
Hex CC 0 7B 0 64 28 14 144 64 28
Octal 314 0 173 0 144 50 24 504 144 50
Binary 11001100 0 1111011 0 1100100 101000 10100 101000100 1100100 101000

Color Harmonies of #CC007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC007B

Black with #CC007B

Text Example


Text Example

White with #CC007B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC007B; }

 p { color: rgb(204,0,123); }

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

background-color css

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

 a { background-color: rgb(204,0,123); }

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

border-color css

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

 span { border-color: rgb(204,0,123); }

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