Html Css Color HEX #CD1B6C Ruby

📋 copy color: '#CD1B6C'

red 205 ◦ green 27 ◦ blue 108

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

Shades of Ruby #CD1B6C

Tints of Ruby #CD1B6C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.94%

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

R = 60.29%
G = 7.94%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CD1B6C (or 0xCD1B6C) is known color: Ruby. HEX triplet: CD, 1B and 6C. RGB value is (205,27,108). Sum of RGB (Red+Green+Blue) = 205+27+108=340 (45% of max value = 765). Red value is 205 (80.47% from 255 or 60.29% from 340); Green value is 27 (10.94% from 255 or 7.94% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD1B6C is #32E493. Grayscale: #595959. Windows color (decimal): -3335316 or 7085005. OLE color: 7085005.

HSL color Cylindrical-coordinate representation of color #CD1B6C: hue angle of 332.7º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CD1B6C is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 27 108 -
CMYK 0 0.87 0.47 0.20
HSL 332.7º 0.77% 0.45% -
HSV(B) 332.7º 0.87% 0.8% -
XYZ 28.28 14.85 15.56 -
YUV 89.46 138.47 210.41 -
System Red Green Blue C M Y K H S L
Decimal 205 27 108 0 0.87 0.47 0.20 332.7 0.77 0.45
Hex CD 1B 6C 0 57 2F 14 14D 4D 2D
Octal 315 33 154 0 127 57 24 515 115 55
Binary 11001101 11011 1101100 0 1010111 101111 10100 101001101 1001101 101101

Color Harmonies of #CD1B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1B6C

Black with #CD1B6C

Text Example


Text Example

White with #CD1B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1B6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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