Html Css Color HEX #CF2671 Cerise

📋 copy color: '#CF2671'

red 207 ◦ green 38 ◦ blue 113

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

Shades of Cerise #CF2671

Tints of Cerise #CF2671

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.61%

 BLUE value IS 113 (44.53% from 255) = 31.56%

R = 57.82%
G = 10.61%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF2671 (or 0xCF2671) is known color: Cerise. HEX triplet: CF, 26 and 71. RGB value is (207,38,113). Sum of RGB (Red+Green+Blue) = 207+38+113=358 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.82% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2671 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2671 is #30D98E. Grayscale: #606060. Windows color (decimal): -3201423 or 7415503. OLE color: 7415503.

HSL color Cylindrical-coordinate representation of color #CF2671: hue angle of 333.37º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF2671 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 38 113 -
CMYK 0 0.82 0.45 0.19
HSL 333.37º 0.69% 0.48% -
HSV(B) 333.37º 0.82% 0.81% -
XYZ 29.41 15.84 17.13 -
YUV 97.08 136.99 206.4 -
System Red Green Blue C M Y K H S L
Decimal 207 38 113 0 0.82 0.45 0.19 333.37 0.69 0.48
Hex CF 26 71 0 52 2D 13 14D 45 30
Octal 317 46 161 0 122 55 23 515 105 60
Binary 11001111 100110 1110001 0 1010010 101101 10011 101001101 1000101 110000

Color Harmonies of #CF2671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2671

Black with #CF2671

Text Example


Text Example

White with #CF2671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2671; }

 p { color: rgb(207,38,113); }

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

background-color css

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

 a { background-color: rgb(207,38,113); }

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

border-color css

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

 span { border-color: rgb(207,38,113); }

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