Html Css Color HEX #CF0363 Ruby

📋 copy color: '#CF0363'

red 207 ◦ green 3 ◦ blue 99

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

Shades of Ruby #CF0363

Tints of Ruby #CF0363

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.97%

 BLUE value IS 99 (39.06% from 255) = 32.04%

R = 66.99%
G = 0.97%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CF0363 (or 0xCF0363) is known color: Ruby. HEX triplet: CF, 03 and 63. RGB value is (207,3,99). Sum of RGB (Red+Green+Blue) = 207+3+99=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0363 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0363 is #30FC9C. Grayscale: #4A4A4A. Windows color (decimal): -3210397 or 6489039. OLE color: 6489039.

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

Color convert

RGB 207 3 99 -
CMYK 0 0.99 0.52 0.19
HSL 331.76º 0.97% 0.41% -
HSV(B) 331.76º 0.99% 0.81% -
XYZ 28.02 14.23 13.07 -
YUV 74.94 141.59 222.19 -
System Red Green Blue C M Y K H S L
Decimal 207 3 99 0 0.99 0.52 0.19 331.76 0.97 0.41
Hex CF 3 63 0 63 34 13 14C 61 29
Octal 317 3 143 0 143 64 23 514 141 51
Binary 11001111 11 1100011 0 1100011 110100 10011 101001100 1100001 101001

Color Harmonies of #CF0363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0363

Black with #CF0363

Text Example


Text Example

White with #CF0363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0363; }

 p { color: rgb(207,3,99); }

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

background-color css

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

 a { background-color: rgb(207,3,99); }

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

border-color css

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

 span { border-color: rgb(207,3,99); }

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