Html Css Color HEX #CF376F Cerise

📋 copy color: '#CF376F'

red 207 ◦ green 55 ◦ blue 111

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

Shades of Cerise #CF376F

Tints of Cerise #CF376F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.75%

 BLUE value IS 111 (43.75% from 255) = 29.76%

R = 55.5%
G = 14.75%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CF376F (or 0xCF376F) is known color: Cerise. HEX triplet: CF, 37 and 6F. RGB value is (207,55,111). Sum of RGB (Red+Green+Blue) = 207+55+111=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 55 (21.88% from 255 or 14.75% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF376F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF376F is #30C890. Grayscale: #6A6A6A. Windows color (decimal): -3197073 or 7288783. OLE color: 7288783.

HSL color Cylindrical-coordinate representation of color #CF376F: hue angle of 337.89º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF376F is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 55 111 -
CMYK 0 0.73 0.46 0.19
HSL 337.89º 0.61% 0.51% -
HSV(B) 337.89º 0.73% 0.81% -
XYZ 29.97 17.15 16.77 -
YUV 106.83 130.36 199.45 -
System Red Green Blue C M Y K H S L
Decimal 207 55 111 0 0.73 0.46 0.19 337.89 0.61 0.51
Hex CF 37 6F 0 49 2E 13 152 3D 33
Octal 317 67 157 0 111 56 23 522 75 63
Binary 11001111 110111 1101111 0 1001001 101110 10011 101010010 111101 110011

Color Harmonies of #CF376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF376F

Black with #CF376F

Text Example


Text Example

White with #CF376F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF376F; }

 p { color: rgb(207,55,111); }

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

background-color css

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

 a { background-color: rgb(207,55,111); }

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

border-color css

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

 span { border-color: rgb(207,55,111); }

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