Html Css Color HEX #CF1F6D Ruby

📋 copy color: '#CF1F6D'

red 207 ◦ green 31 ◦ blue 109

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

Shades of Ruby #CF1F6D

Tints of Ruby #CF1F6D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.93%

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

R = 59.65%
G = 8.93%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF1F6D (or 0xCF1F6D) is known color: Ruby. HEX triplet: CF, 1F and 6D. RGB value is (207,31,109). Sum of RGB (Red+Green+Blue) = 207+31+109=347 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.65% from 347); Green value is 31 (12.5% from 255 or 8.93% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1F6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF1F6D is #30E092. Grayscale: #5C5C5C. Windows color (decimal): -3203219 or 7151567. OLE color: 7151567.

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

Color convert

RGB 207 31 109 -
CMYK 0 0.85 0.47 0.19
HSL 333.41º 0.74% 0.47% -
HSV(B) 333.41º 0.85% 0.81% -
XYZ 28.98 15.35 15.9 -
YUV 92.52 137.31 209.66 -
System Red Green Blue C M Y K H S L
Decimal 207 31 109 0 0.85 0.47 0.19 333.41 0.74 0.47
Hex CF 1F 6D 0 55 2F 13 14D 4A 2F
Octal 317 37 155 0 125 57 23 515 112 57
Binary 11001111 11111 1101101 0 1010101 101111 10011 101001101 1001010 101111

Color Harmonies of #CF1F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1F6D

Black with #CF1F6D

Text Example


Text Example

White with #CF1F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1F6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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