Html Css Color HEX #CF3E65 Cerise

📋 copy color: '#CF3E65'

red 207 ◦ green 62 ◦ blue 101

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

Shades of Cerise #CF3E65

Tints of Cerise #CF3E65

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.76%

 BLUE value IS 101 (39.84% from 255) = 27.3%

R = 55.95%
G = 16.76%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CF3E65 (or 0xCF3E65) is known color: Cerise. HEX triplet: CF, 3E and 65. RGB value is (207,62,101). Sum of RGB (Red+Green+Blue) = 207+62+101=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 62 (24.61% from 255 or 16.76% from 370); Blue value is 101 (39.84% from 255 or 27.30% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3E65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3E65 is #30C19A. Grayscale: #6D6D6D. Windows color (decimal): -3195291 or 6635215. OLE color: 6635215.

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

Color convert

RGB 207 62 101 -
CMYK 0 0.70 0.51 0.19
HSL 343.86º 0.6% 0.53% -
HSV(B) 343.86º 0.7% 0.81% -
XYZ 29.8 17.65 14.15 -
YUV 109.8 123.04 197.33 -
System Red Green Blue C M Y K H S L
Decimal 207 62 101 0 0.70 0.51 0.19 343.86 0.6 0.53
Hex CF 3E 65 0 46 33 13 158 3C 35
Octal 317 76 145 0 106 63 23 530 74 65
Binary 11001111 111110 1100101 0 1000110 110011 10011 101011000 111100 110101

Color Harmonies of #CF3E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3E65

Black with #CF3E65

Text Example


Text Example

White with #CF3E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3E65; }

 p { color: rgb(207,62,101); }

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

background-color css

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

 a { background-color: rgb(207,62,101); }

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

border-color css

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

 span { border-color: rgb(207,62,101); }

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