Html Css Color HEX #CF2358 Cerise

📋 copy color: '#CF2358'

red 207 ◦ green 35 ◦ blue 88

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

Shades of Cerise #CF2358

Tints of Cerise #CF2358

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.61%

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

R = 62.73%
G = 10.61%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF2358 (or 0xCF2358) is known color: Cerise. HEX triplet: CF, 23 and 58. RGB value is (207,35,88). Sum of RGB (Red+Green+Blue) = 207+35+88=330 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.73% from 330); Green value is 35 (14.06% from 255 or 10.61% from 330); Blue value is 88 (34.77% from 255 or 26.67% from 330); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2358 is #30DCA7. Grayscale: #5C5C5C. Windows color (decimal): -3202216 or 5776335. OLE color: 5776335.

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

Color convert

RGB 207 35 88 -
CMYK 0 0.83 0.57 0.19
HSL 341.51º 0.71% 0.47% -
HSV(B) 341.51º 0.83% 0.81% -
XYZ 28.09 15.17 10.68 -
YUV 92.47 125.48 209.69 -
System Red Green Blue C M Y K H S L
Decimal 207 35 88 0 0.83 0.57 0.19 341.51 0.71 0.47
Hex CF 23 58 0 53 39 13 156 47 2F
Octal 317 43 130 0 123 71 23 526 107 57
Binary 11001111 100011 1011000 0 1010011 111001 10011 101010110 1000111 101111

Color Harmonies of #CF2358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2358

Black with #CF2358

Text Example


Text Example

White with #CF2358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2358; }

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

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

background-color css

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

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

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

border-color css

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

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

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