Html Css Color HEX #CF3865 Cerise

📋 copy color: '#CF3865'

red 207 ◦ green 56 ◦ blue 101

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

Shades of Cerise #CF3865

Tints of Cerise #CF3865

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.38%

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

R = 56.87%
G = 15.38%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CF3865 (or 0xCF3865) is known color: Cerise. HEX triplet: CF, 38 and 65. RGB value is (207,56,101). Sum of RGB (Red+Green+Blue) = 207+56+101=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 56 (22.27% from 255 or 15.38% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3865 is #30C79A. Grayscale: #6A6A6A. Windows color (decimal): -3196827 or 6633679. OLE color: 6633679.

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

Color convert

RGB 207 56 101 -
CMYK 0 0.73 0.51 0.19
HSL 342.12º 0.61% 0.52% -
HSV(B) 342.12º 0.73% 0.81% -
XYZ 29.5 17.03 14.05 -
YUV 106.28 125.03 199.84 -
System Red Green Blue C M Y K H S L
Decimal 207 56 101 0 0.73 0.51 0.19 342.12 0.61 0.52
Hex CF 38 65 0 49 33 13 156 3D 34
Octal 317 70 145 0 111 63 23 526 75 64
Binary 11001111 111000 1100101 0 1001001 110011 10011 101010110 111101 110100

Color Harmonies of #CF3865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3865

Black with #CF3865

Text Example


Text Example

White with #CF3865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3865; }

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

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

background-color css

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

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

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

border-color css

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

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

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