Html Css Color HEX #CF355C Cerise

📋 copy color: '#CF355C'

red 207 ◦ green 53 ◦ blue 92

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

Shades of Cerise #CF355C

Tints of Cerise #CF355C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.14%

R = 58.81%
G = 15.06%
B = 26.14%

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

#CF355C (or 0xCF355C) is known color: Cerise. HEX triplet: CF, 35 and 5C. RGB value is (207,53,92). Sum of RGB (Red+Green+Blue) = 207+53+92=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF355C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF355C is #30CAA3. Grayscale: #676767. Windows color (decimal): -3197604 or 6043087. OLE color: 6043087.

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

Color convert

RGB 207 53 92 -
CMYK 0 0.74 0.56 0.19
HSL 344.81º 0.62% 0.51% -
HSV(B) 344.81º 0.74% 0.81% -
XYZ 28.94 16.58 11.8 -
YUV 103.49 121.52 201.83 -
System Red Green Blue C M Y K H S L
Decimal 207 53 92 0 0.74 0.56 0.19 344.81 0.62 0.51
Hex CF 35 5C 0 4A 38 13 159 3E 33
Octal 317 65 134 0 112 70 23 531 76 63
Binary 11001111 110101 1011100 0 1001010 111000 10011 101011001 111110 110011

Color Harmonies of #CF355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF355C

Black with #CF355C

Text Example


Text Example

White with #CF355C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF355C; }

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

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

background-color css

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

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

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

border-color css

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

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

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