Html Css Color HEX #CF3C6F Cerise

📋 copy color: '#CF3C6F'

red 207 ◦ green 60 ◦ blue 111

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

Shades of Cerise #CF3C6F

Tints of Cerise #CF3C6F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.87%

 BLUE value IS 111 (43.75% from 255) = 29.37%

R = 54.76%
G = 15.87%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CF3C6F (or 0xCF3C6F) is known color: Cerise. HEX triplet: CF, 3C and 6F. RGB value is (207,60,111). Sum of RGB (Red+Green+Blue) = 207+60+111=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 60 (23.83% from 255 or 15.87% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3C6F is #30C390. Grayscale: #6D6D6D. Windows color (decimal): -3195793 or 7290063. OLE color: 7290063.

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

Color convert

RGB 207 60 111 -
CMYK 0 0.71 0.46 0.19
HSL 339.18º 0.6% 0.52% -
HSV(B) 339.18º 0.71% 0.81% -
XYZ 30.22 17.64 16.85 -
YUV 109.77 128.7 197.35 -
System Red Green Blue C M Y K H S L
Decimal 207 60 111 0 0.71 0.46 0.19 339.18 0.6 0.52
Hex CF 3C 6F 0 47 2E 13 153 3C 34
Octal 317 74 157 0 107 56 23 523 74 64
Binary 11001111 111100 1101111 0 1000111 101110 10011 101010011 111100 110100

Color Harmonies of #CF3C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3C6F

Black with #CF3C6F

Text Example


Text Example

White with #CF3C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3C6F; }

 p { color: rgb(207,60,111); }

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

background-color css

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

 a { background-color: rgb(207,60,111); }

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

border-color css

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

 span { border-color: rgb(207,60,111); }

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