Html Css Color HEX #CF316E Cerise

📋 copy color: '#CF316E'

red 207 ◦ green 49 ◦ blue 110

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

Shades of Cerise #CF316E

Tints of Cerise #CF316E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.05%

R = 56.56%
G = 13.39%
B = 30.05%

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

#CF316E (or 0xCF316E) is known color: Cerise. HEX triplet: CF, 31 and 6E. RGB value is (207,49,110). Sum of RGB (Red+Green+Blue) = 207+49+110=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 49 (19.53% from 255 or 13.39% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF316E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF316E is #30CE91. Grayscale: #676767. Windows color (decimal): -3198610 or 7221711. OLE color: 7221711.

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

Color convert

RGB 207 49 110 -
CMYK 0 0.76 0.47 0.19
HSL 336.84º 0.62% 0.5% -
HSV(B) 336.84º 0.76% 0.81% -
XYZ 29.64 16.59 16.39 -
YUV 103.2 131.85 202.04 -
System Red Green Blue C M Y K H S L
Decimal 207 49 110 0 0.76 0.47 0.19 336.84 0.62 0.5
Hex CF 31 6E 0 4C 2F 13 151 3E 32
Octal 317 61 156 0 114 57 23 521 76 62
Binary 11001111 110001 1101110 0 1001100 101111 10011 101010001 111110 110010

Color Harmonies of #CF316E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF316E

Black with #CF316E

Text Example


Text Example

White with #CF316E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF316E; }

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

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

background-color css

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

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

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

border-color css

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

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

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