Html Css Color HEX #CF1C6D Ruby

📋 copy color: '#CF1C6D'

red 207 ◦ green 28 ◦ blue 109

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

Shades of Ruby #CF1C6D

Tints of Ruby #CF1C6D

RGB

 RED value IS 207 (81.25% from 255) = 60.17%

 GREEN value IS 28 (11.33% from 255) = 8.14%

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

R = 60.17%
G = 8.14%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF1C6D (or 0xCF1C6D) is known color: Ruby. HEX triplet: CF, 1C and 6D. RGB value is (207,28,109). Sum of RGB (Red+Green+Blue) = 207+28+109=344 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.17% from 344); Green value is 28 (11.33% from 255 or 8.14% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1C6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF1C6D is #30E392. Grayscale: #5A5A5A. Windows color (decimal): -3203987 or 7150799. OLE color: 7150799.

HSL color Cylindrical-coordinate representation of color #CF1C6D: hue angle of 332.85º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF1C6D is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 28 109 -
CMYK 0 0.86 0.47 0.19
HSL 332.85º 0.76% 0.46% -
HSV(B) 332.85º 0.86% 0.81% -
XYZ 28.91 15.2 15.88 -
YUV 90.76 138.3 210.91 -
System Red Green Blue C M Y K H S L
Decimal 207 28 109 0 0.86 0.47 0.19 332.85 0.76 0.46
Hex CF 1C 6D 0 56 2F 13 14D 4C 2E
Octal 317 34 155 0 126 57 23 515 114 56
Binary 11001111 11100 1101101 0 1010110 101111 10011 101001101 1001100 101110

Color Harmonies of #CF1C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1C6D

Black with #CF1C6D

Text Example


Text Example

White with #CF1C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1C6D; }

 p { color: rgb(207,28,109); }

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

background-color css

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

 a { background-color: rgb(207,28,109); }

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

border-color css

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

 span { border-color: rgb(207,28,109); }

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