Html Css Color HEX #CD036C Ruby

📋 copy color: '#CD036C'

red 205 ◦ green 3 ◦ blue 108

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

Shades of Ruby #CD036C

Tints of Ruby #CD036C

RGB

 RED value IS 205 (80.47% from 255) = 64.87%

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

 BLUE value IS 108 (42.58% from 255) = 34.18%

R = 64.87%
G = 0.95%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CD036C (or 0xCD036C) is known color: Ruby. HEX triplet: CD, 03 and 6C. RGB value is (205,3,108). Sum of RGB (Red+Green+Blue) = 205+3+108=316 (41% of max value = 765). Red value is 205 (80.47% from 255 or 64.87% from 316); Green value is 3 (1.56% from 255 or 0.95% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 205 - color contains mainly: red. Hex color #CD036C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD036C is #32FC93. Grayscale: #4B4B4B. Windows color (decimal): -3341460 or 7078861. OLE color: 7078861.

HSL color Cylindrical-coordinate representation of color #CD036C: hue angle of 328.81º 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 #CD036C is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 3 108 -
CMYK 0 0.99 0.47 0.20
HSL 328.81º 0.97% 0.41% -
HSV(B) 328.81º 0.99% 0.8% -
XYZ 27.92 14.13 15.44 -
YUV 75.37 146.42 220.46 -
System Red Green Blue C M Y K H S L
Decimal 205 3 108 0 0.99 0.47 0.20 328.81 0.97 0.41
Hex CD 3 6C 0 63 2F 14 149 61 29
Octal 315 3 154 0 143 57 24 511 141 51
Binary 11001101 11 1101100 0 1100011 101111 10100 101001001 1100001 101001

Color Harmonies of #CD036C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD036C

Black with #CD036C

Text Example


Text Example

White with #CD036C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD036C; }

 p { color: rgb(205,3,108); }

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

background-color css

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

 a { background-color: rgb(205,3,108); }

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

border-color css

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

 span { border-color: rgb(205,3,108); }

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