Html Css Color HEX #CF3D5C Cerise

📋 copy color: '#CF3D5C'

red 207 ◦ green 61 ◦ blue 92

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

Shades of Cerise #CF3D5C

Tints of Cerise #CF3D5C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.94%

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

R = 57.5%
G = 16.94%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF3D5C (or 0xCF3D5C) is known color: Cerise. HEX triplet: CF, 3D and 5C. RGB value is (207,61,92). Sum of RGB (Red+Green+Blue) = 207+61+92=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3D5C is #30C2A3. Grayscale: #6C6C6C. Windows color (decimal): -3195556 or 6045135. OLE color: 6045135.

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

Color convert

RGB 207 61 92 -
CMYK 0 0.71 0.56 0.19
HSL 347.26º 0.6% 0.53% -
HSV(B) 347.26º 0.71% 0.81% -
XYZ 29.33 17.38 11.93 -
YUV 108.19 118.87 198.48 -
System Red Green Blue C M Y K H S L
Decimal 207 61 92 0 0.71 0.56 0.19 347.26 0.6 0.53
Hex CF 3D 5C 0 47 38 13 15B 3C 35
Octal 317 75 134 0 107 70 23 533 74 65
Binary 11001111 111101 1011100 0 1000111 111000 10011 101011011 111100 110101

Color Harmonies of #CF3D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3D5C

Black with #CF3D5C

Text Example


Text Example

White with #CF3D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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