Html Css Color HEX #CF1F6B Ruby

📋 copy color: '#CF1F6B'

red 207 ◦ green 31 ◦ blue 107

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

Shades of Ruby #CF1F6B

Tints of Ruby #CF1F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.01%

R = 60%
G = 8.99%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CF1F6B (or 0xCF1F6B) is known color: Ruby. HEX triplet: CF, 1F and 6B. RGB value is (207,31,107). Sum of RGB (Red+Green+Blue) = 207+31+107=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1F6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF1F6B is #30E094. Grayscale: #5C5C5C. Windows color (decimal): -3203221 or 7020495. OLE color: 7020495.

HSL color Cylindrical-coordinate representation of color #CF1F6B: hue angle of 334.09º 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 #CF1F6B is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 31 107 -
CMYK 0 0.85 0.48 0.19
HSL 334.09º 0.74% 0.47% -
HSV(B) 334.09º 0.85% 0.81% -
XYZ 28.88 15.31 15.34 -
YUV 92.29 136.31 209.82 -
System Red Green Blue C M Y K H S L
Decimal 207 31 107 0 0.85 0.48 0.19 334.09 0.74 0.47
Hex CF 1F 6B 0 55 30 13 14E 4A 2F
Octal 317 37 153 0 125 60 23 516 112 57
Binary 11001111 11111 1101011 0 1010101 110000 10011 101001110 1001010 101111

Color Harmonies of #CF1F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1F6B

Black with #CF1F6B

Text Example


Text Example

White with #CF1F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1F6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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