Html Css Color HEX #CF2658 Cerise

📋 copy color: '#CF2658'

red 207 ◦ green 38 ◦ blue 88

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

Shades of Cerise #CF2658

Tints of Cerise #CF2658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.43%

R = 62.16%
G = 11.41%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF2658 (or 0xCF2658) is known color: Cerise. HEX triplet: CF, 26 and 58. RGB value is (207,38,88). Sum of RGB (Red+Green+Blue) = 207+38+88=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2658 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2658 is #30D9A7. Grayscale: #5E5E5E. Windows color (decimal): -3201448 or 5777103. OLE color: 5777103.

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

Color convert

RGB 207 38 88 -
CMYK 0 0.82 0.57 0.19
HSL 342.25º 0.69% 0.48% -
HSV(B) 342.25º 0.82% 0.81% -
XYZ 28.19 15.36 10.71 -
YUV 94.23 124.49 208.43 -
System Red Green Blue C M Y K H S L
Decimal 207 38 88 0 0.82 0.57 0.19 342.25 0.69 0.48
Hex CF 26 58 0 52 39 13 156 45 30
Octal 317 46 130 0 122 71 23 526 105 60
Binary 11001111 100110 1011000 0 1010010 111001 10011 101010110 1000101 110000

Color Harmonies of #CF2658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2658

Black with #CF2658

Text Example


Text Example

White with #CF2658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2658; }

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

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

background-color css

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

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

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

border-color css

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

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

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