Html Css Color HEX #CC075D Ruby

📋 copy color: '#CC075D'

red 204 ◦ green 7 ◦ blue 93

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

Shades of Ruby #CC075D

Tints of Ruby #CC075D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.59%

R = 67.11%
G = 2.3%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC075D (or 0xCC075D) is known color: Ruby. HEX triplet: CC, 07 and 5D. RGB value is (204,7,93). Sum of RGB (Red+Green+Blue) = 204+7+93=304 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.11% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 204 - color contains mainly: red. Hex color #CC075D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC075D is #33F8A2. Grayscale: #4B4B4B. Windows color (decimal): -3405987 or 6096844. OLE color: 6096844.

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

Color convert

RGB 204 7 93 -
CMYK 0 0.97 0.54 0.2
HSL 333.81º 0.93% 0.41% -
HSV(B) 333.81º 0.97% 0.8% -
XYZ 26.95 13.78 11.6 -
YUV 75.71 137.77 219.51 -
System Red Green Blue C M Y K H S L
Decimal 204 7 93 0 0.97 0.54 0.2 333.81 0.93 0.41
Hex CC 7 5D 0 61 36 14 14E 5D 29
Octal 314 7 135 0 141 66 24 516 135 51
Binary 11001100 111 1011101 0 1100001 110110 10100 101001110 1011101 101001

Color Harmonies of #CC075D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC075D

Black with #CC075D

Text Example


Text Example

White with #CC075D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC075D; }

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

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

background-color css

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

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

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

border-color css

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

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

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