Html Css Color HEX #CF1F6C Ruby

📋 copy color: '#CF1F6C'

red 207 ◦ green 31 ◦ blue 108

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

Shades of Ruby #CF1F6C

Tints of Ruby #CF1F6C

RGB

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

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

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

R = 59.83%
G = 8.96%
B = 31.21%

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

#CF1F6C (or 0xCF1F6C) is known color: Ruby. HEX triplet: CF, 1F and 6C. RGB value is (207,31,108). Sum of RGB (Red+Green+Blue) = 207+31+108=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 31 (12.5% from 255 or 8.96% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1F6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF1F6C is #30E093. Grayscale: #5C5C5C. Windows color (decimal): -3203220 or 7086031. OLE color: 7086031.

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

Color convert

RGB 207 31 108 -
CMYK 0 0.85 0.48 0.19
HSL 333.75º 0.74% 0.47% -
HSV(B) 333.75º 0.85% 0.81% -
XYZ 28.93 15.33 15.62 -
YUV 92.4 136.81 209.74 -
System Red Green Blue C M Y K H S L
Decimal 207 31 108 0 0.85 0.48 0.19 333.75 0.74 0.47
Hex CF 1F 6C 0 55 30 13 14E 4A 2F
Octal 317 37 154 0 125 60 23 516 112 57
Binary 11001111 11111 1101100 0 1010101 110000 10011 101001110 1001010 101111

Color Harmonies of #CF1F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1F6C

Black with #CF1F6C

Text Example


Text Example

White with #CF1F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1F6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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