Html Css Color HEX #CF0369 Ruby

📋 copy color: '#CF0369'

red 207 ◦ green 3 ◦ blue 105

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

Shades of Ruby #CF0369

Tints of Ruby #CF0369

RGB

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

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

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

R = 65.71%
G = 0.95%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CF0369 (or 0xCF0369) is known color: Ruby. HEX triplet: CF, 03 and 69. RGB value is (207,3,105). Sum of RGB (Red+Green+Blue) = 207+3+105=315 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.71% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0369 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0369 is #30FC96. Grayscale: #4B4B4B. Windows color (decimal): -3210391 or 6882255. OLE color: 6882255.

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

Color convert

RGB 207 3 105 -
CMYK 0 0.99 0.49 0.19
HSL 330º 0.97% 0.41% -
HSV(B) 330º 0.99% 0.81% -
XYZ 28.31 14.35 14.64 -
YUV 75.62 144.59 221.71 -
System Red Green Blue C M Y K H S L
Decimal 207 3 105 0 0.99 0.49 0.19 330 0.97 0.41
Hex CF 3 69 0 63 31 13 14A 61 29
Octal 317 3 151 0 143 61 23 512 141 51
Binary 11001111 11 1101001 0 1100011 110001 10011 101001010 1100001 101001

Color Harmonies of #CF0369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0369

Black with #CF0369

Text Example


Text Example

White with #CF0369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0369; }

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

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

background-color css

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

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

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

border-color css

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

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

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