Html Css Color HEX #CF1467 Ruby

📋 copy color: '#CF1467'

red 207 ◦ green 20 ◦ blue 103

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

Shades of Ruby #CF1467

Tints of Ruby #CF1467

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.06%

 BLUE value IS 103 (40.63% from 255) = 31.21%

R = 62.73%
G = 6.06%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CF1467 (or 0xCF1467) is known color: Ruby. HEX triplet: CF, 14 and 67. RGB value is (207,20,103). Sum of RGB (Red+Green+Blue) = 207+20+103=330 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.73% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1467 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1467 is #30EB98. Grayscale: #555555. Windows color (decimal): -3206041 or 6755535. OLE color: 6755535.

HSL color Cylindrical-coordinate representation of color #CF1467: hue angle of 333.37º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF1467 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 20 103 -
CMYK 0 0.90 0.50 0.19
HSL 333.37º 0.82% 0.45% -
HSV(B) 333.37º 0.9% 0.81% -
XYZ 28.43 14.74 14.18 -
YUV 85.38 137.95 214.75 -
System Red Green Blue C M Y K H S L
Decimal 207 20 103 0 0.90 0.50 0.19 333.37 0.82 0.45
Hex CF 14 67 0 5A 32 13 14D 52 2D
Octal 317 24 147 0 132 62 23 515 122 55
Binary 11001111 10100 1100111 0 1011010 110010 10011 101001101 1010010 101101

Color Harmonies of #CF1467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1467

Black with #CF1467

Text Example


Text Example

White with #CF1467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1467; }

 p { color: rgb(207,20,103); }

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

background-color css

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

 a { background-color: rgb(207,20,103); }

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

border-color css

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

 span { border-color: rgb(207,20,103); }

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