Html Css Color HEX #CF316D Cerise

📋 copy color: '#CF316D'

red 207 ◦ green 49 ◦ blue 109

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

Shades of Cerise #CF316D

Tints of Cerise #CF316D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.42%

 BLUE value IS 109 (42.97% from 255) = 29.86%

R = 56.71%
G = 13.42%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF316D (or 0xCF316D) is known color: Cerise. HEX triplet: CF, 31 and 6D. RGB value is (207,49,109). Sum of RGB (Red+Green+Blue) = 207+49+109=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF316D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF316D is #30CE92. Grayscale: #666666. Windows color (decimal): -3198611 or 7156175. OLE color: 7156175.

HSL color Cylindrical-coordinate representation of color #CF316D: hue angle of 337.22º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF316D is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 49 109 -
CMYK 0 0.76 0.47 0.19
HSL 337.22º 0.62% 0.5% -
HSV(B) 337.22º 0.76% 0.81% -
XYZ 29.59 16.57 16.11 -
YUV 103.08 131.35 202.12 -
System Red Green Blue C M Y K H S L
Decimal 207 49 109 0 0.76 0.47 0.19 337.22 0.62 0.5
Hex CF 31 6D 0 4C 2F 13 151 3E 32
Octal 317 61 155 0 114 57 23 521 76 62
Binary 11001111 110001 1101101 0 1001100 101111 10011 101010001 111110 110010

Color Harmonies of #CF316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF316D

Black with #CF316D

Text Example


Text Example

White with #CF316D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF316D; }

 p { color: rgb(207,49,109); }

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

background-color css

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

 a { background-color: rgb(207,49,109); }

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

border-color css

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

 span { border-color: rgb(207,49,109); }

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