Html Css Color HEX #CF036C Ruby

📋 copy color: '#CF036C'

red 207 ◦ green 3 ◦ blue 108

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

Shades of Ruby #CF036C

Tints of Ruby #CF036C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.96%

R = 65.09%
G = 0.94%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CF036C (or 0xCF036C) is known color: Ruby. HEX triplet: CF, 03 and 6C. RGB value is (207,3,108). Sum of RGB (Red+Green+Blue) = 207+3+108=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 3 (1.56% from 255 or 0.94% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF036C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF036C is #30FC93. Grayscale: #4B4B4B. Windows color (decimal): -3210388 or 7078863. OLE color: 7078863.

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

Color convert

RGB 207 3 108 -
CMYK 0 0.99 0.48 0.19
HSL 329.12º 0.97% 0.41% -
HSV(B) 329.12º 0.99% 0.81% -
XYZ 28.47 14.41 15.47 -
YUV 75.97 146.09 221.46 -
System Red Green Blue C M Y K H S L
Decimal 207 3 108 0 0.99 0.48 0.19 329.12 0.97 0.41
Hex CF 3 6C 0 63 30 13 149 61 29
Octal 317 3 154 0 143 60 23 511 141 51
Binary 11001111 11 1101100 0 1100011 110000 10011 101001001 1100001 101001

Color Harmonies of #CF036C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF036C

Black with #CF036C

Text Example


Text Example

White with #CF036C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF036C; }

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

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

background-color css

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

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

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

border-color css

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

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

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