Html Css Color HEX #CF355B Cerise

📋 copy color: '#CF355B'

red 207 ◦ green 53 ◦ blue 91

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

Shades of Cerise #CF355B

Tints of Cerise #CF355B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.1%

 BLUE value IS 91 (35.94% from 255) = 25.93%

R = 58.97%
G = 15.1%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF355B (or 0xCF355B) is known color: Cerise. HEX triplet: CF, 35 and 5B. RGB value is (207,53,91). Sum of RGB (Red+Green+Blue) = 207+53+91=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF355B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF355B is #30CAA4. Grayscale: #676767. Windows color (decimal): -3197605 or 5977551. OLE color: 5977551.

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

Color convert

RGB 207 53 91 -
CMYK 0 0.74 0.56 0.19
HSL 345.19º 0.62% 0.51% -
HSV(B) 345.19º 0.74% 0.81% -
XYZ 28.89 16.57 11.57 -
YUV 103.38 121.02 201.91 -
System Red Green Blue C M Y K H S L
Decimal 207 53 91 0 0.74 0.56 0.19 345.19 0.62 0.51
Hex CF 35 5B 0 4A 38 13 159 3E 33
Octal 317 65 133 0 112 70 23 531 76 63
Binary 11001111 110101 1011011 0 1001010 111000 10011 101011001 111110 110011

Color Harmonies of #CF355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF355B

Black with #CF355B

Text Example


Text Example

White with #CF355B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF355B; }

 p { color: rgb(207,53,91); }

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

background-color css

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

 a { background-color: rgb(207,53,91); }

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

border-color css

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

 span { border-color: rgb(207,53,91); }

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