Html Css Color HEX #CF1F6A Ruby

📋 copy color: '#CF1F6A'

red 207 ◦ green 31 ◦ blue 106

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

Shades of Ruby #CF1F6A

Tints of Ruby #CF1F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.81%

R = 60.17%
G = 9.01%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CF1F6A (or 0xCF1F6A) is known color: Ruby. HEX triplet: CF, 1F and 6A. RGB value is (207,31,106). Sum of RGB (Red+Green+Blue) = 207+31+106=344 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.17% from 344); Green value is 31 (12.5% from 255 or 9.01% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1F6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF1F6A is #30E095. Grayscale: #5C5C5C. Windows color (decimal): -3203222 or 6954959. OLE color: 6954959.

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

Color convert

RGB 207 31 106 -
CMYK 0 0.85 0.49 0.19
HSL 334.43º 0.74% 0.47% -
HSV(B) 334.43º 0.85% 0.81% -
XYZ 28.82 15.29 15.07 -
YUV 92.17 135.81 209.9 -
System Red Green Blue C M Y K H S L
Decimal 207 31 106 0 0.85 0.49 0.19 334.43 0.74 0.47
Hex CF 1F 6A 0 55 31 13 14E 4A 2F
Octal 317 37 152 0 125 61 23 516 112 57
Binary 11001111 11111 1101010 0 1010101 110001 10011 101001110 1001010 101111

Color Harmonies of #CF1F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1F6A

Black with #CF1F6A

Text Example


Text Example

White with #CF1F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1F6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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