Html Css Color HEX #CF0569 Ruby

📋 copy color: '#CF0569'

red 207 ◦ green 5 ◦ blue 105

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

Shades of Ruby #CF0569

Tints of Ruby #CF0569

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.58%

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

R = 65.3%
G = 1.58%
B = 33.12%

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

#CF0569 (or 0xCF0569) is known color: Ruby. HEX triplet: CF, 05 and 69. RGB value is (207,5,105). Sum of RGB (Red+Green+Blue) = 207+5+105=317 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.30% from 317); Green value is 5 (2.34% from 255 or 1.58% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0569 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0569 is #30FA96. Grayscale: #4C4C4C. Windows color (decimal): -3209879 or 6882767. OLE color: 6882767.

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

Color convert

RGB 207 5 105 -
CMYK 0 0.98 0.49 0.19
HSL 330.3º 0.95% 0.42% -
HSV(B) 330.3º 0.98% 0.81% -
XYZ 28.34 14.39 14.65 -
YUV 76.8 143.92 220.87 -
System Red Green Blue C M Y K H S L
Decimal 207 5 105 0 0.98 0.49 0.19 330.3 0.95 0.42
Hex CF 5 69 0 62 31 13 14A 5F 2A
Octal 317 5 151 0 142 61 23 512 137 52
Binary 11001111 101 1101001 0 1100010 110001 10011 101001010 1011111 101010

Color Harmonies of #CF0569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0569

Black with #CF0569

Text Example


Text Example

White with #CF0569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0569; }

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

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

background-color css

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

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

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

border-color css

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

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

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