Html Css Color HEX #CF346F Cerise

📋 copy color: '#CF346F'

red 207 ◦ green 52 ◦ blue 111

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

Shades of Cerise #CF346F

Tints of Cerise #CF346F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.05%

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

R = 55.95%
G = 14.05%
B = 30%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CF346F (or 0xCF346F) is known color: Cerise. HEX triplet: CF, 34 and 6F. RGB value is (207,52,111). Sum of RGB (Red+Green+Blue) = 207+52+111=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF346F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF346F is #30CB90. Grayscale: #686868. Windows color (decimal): -3197841 or 7288015. OLE color: 7288015.

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

Color convert

RGB 207 52 111 -
CMYK 0 0.75 0.46 0.19
HSL 337.16º 0.62% 0.51% -
HSV(B) 337.16º 0.75% 0.81% -
XYZ 29.83 16.87 16.72 -
YUV 105.07 131.35 200.7 -
System Red Green Blue C M Y K H S L
Decimal 207 52 111 0 0.75 0.46 0.19 337.16 0.62 0.51
Hex CF 34 6F 0 4B 2E 13 151 3E 33
Octal 317 64 157 0 113 56 23 521 76 63
Binary 11001111 110100 1101111 0 1001011 101110 10011 101010001 111110 110011

Color Harmonies of #CF346F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF346F

Black with #CF346F

Text Example


Text Example

White with #CF346F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF346F; }

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

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

background-color css

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

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

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

border-color css

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

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

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