Html Css Color HEX #CC036D Ruby

📋 copy color: '#CC036D'

red 204 ◦ green 3 ◦ blue 109

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

Shades of Ruby #CC036D

Tints of Ruby #CC036D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.95%

 BLUE value IS 109 (42.97% from 255) = 34.49%

R = 64.56%
G = 0.95%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC036D (or 0xCC036D) is known color: Ruby. HEX triplet: CC, 03 and 6D. RGB value is (204,3,109). Sum of RGB (Red+Green+Blue) = 204+3+109=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 3 (1.56% from 255 or 0.95% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC036D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC036D is #33FC92. Grayscale: #4A4A4A. Windows color (decimal): -3406995 or 7144396. OLE color: 7144396.

HSL color Cylindrical-coordinate representation of color #CC036D: hue angle of 328.36º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC036D is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 3 109 -
CMYK 0 0.99 0.47 0.2
HSL 328.36º 0.97% 0.41% -
HSV(B) 328.36º 0.99% 0.8% -
XYZ 27.69 14.01 15.71 -
YUV 75.18 147.09 219.88 -
System Red Green Blue C M Y K H S L
Decimal 204 3 109 0 0.99 0.47 0.2 328.36 0.97 0.41
Hex CC 3 6D 0 63 2F 14 148 61 29
Octal 314 3 155 0 143 57 24 510 141 51
Binary 11001100 11 1101101 0 1100011 101111 10100 101001000 1100001 101001

Color Harmonies of #CC036D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC036D

Black with #CC036D

Text Example


Text Example

White with #CC036D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC036D; }

 p { color: rgb(204,3,109); }

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

background-color css

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

 a { background-color: rgb(204,3,109); }

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

border-color css

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

 span { border-color: rgb(204,3,109); }

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