Html Css Color HEX #CF0469 Ruby

📋 copy color: '#CF0469'

red 207 ◦ green 4 ◦ blue 105

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

Shades of Ruby #CF0469

Tints of Ruby #CF0469

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.27%

 BLUE value IS 105 (41.41% from 255) = 33.23%

R = 65.51%
G = 1.27%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CF0469 (or 0xCF0469) is known color: Ruby. HEX triplet: CF, 04 and 69. RGB value is (207,4,105). Sum of RGB (Red+Green+Blue) = 207+4+105=316 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.51% from 316); Green value is 4 (1.95% from 255 or 1.27% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0469 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0469 is #30FB96. Grayscale: #4C4C4C. Windows color (decimal): -3210135 or 6882511. OLE color: 6882511.

HSL color Cylindrical-coordinate representation of color #CF0469: hue angle of 330.15º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF0469 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 4 105 -
CMYK 0 0.98 0.49 0.19
HSL 330.15º 0.96% 0.41% -
HSV(B) 330.15º 0.98% 0.81% -
XYZ 28.33 14.37 14.65 -
YUV 76.21 144.25 221.29 -
System Red Green Blue C M Y K H S L
Decimal 207 4 105 0 0.98 0.49 0.19 330.15 0.96 0.41
Hex CF 4 69 0 62 31 13 14A 60 29
Octal 317 4 151 0 142 61 23 512 140 51
Binary 11001111 100 1101001 0 1100010 110001 10011 101001010 1100000 101001

Color Harmonies of #CF0469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0469

Black with #CF0469

Text Example


Text Example

White with #CF0469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0469; }

 p { color: rgb(207,4,105); }

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

background-color css

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

 a { background-color: rgb(207,4,105); }

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

border-color css

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

 span { border-color: rgb(207,4,105); }

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