Html Css Color HEX #CF447C Cranberry

📋 copy color: '#CF447C'

red 207 ◦ green 68 ◦ blue 124

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

Shades of Cranberry #CF447C

Tints of Cranberry #CF447C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.04%

 BLUE value IS 124 (48.83% from 255) = 31.08%

R = 51.88%
G = 17.04%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF447C (or 0xCF447C) is known color: Cranberry. HEX triplet: CF, 44 and 7C. RGB value is (207,68,124). Sum of RGB (Red+Green+Blue) = 207+68+124=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF447C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF447C is #30BB83. Grayscale: #737373. Windows color (decimal): -3193732 or 8144079. OLE color: 8144079.

HSL color Cylindrical-coordinate representation of color #CF447C: hue angle of 335.83º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF447C is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 68 124 -
CMYK 0 0.67 0.40 0.19
HSL 335.83º 0.59% 0.54% -
HSV(B) 335.83º 0.67% 0.81% -
XYZ 31.44 18.85 21.05 -
YUV 115.95 132.55 192.95 -
System Red Green Blue C M Y K H S L
Decimal 207 68 124 0 0.67 0.40 0.19 335.83 0.59 0.54
Hex CF 44 7C 0 43 28 13 150 3B 36
Octal 317 104 174 0 103 50 23 520 73 66
Binary 11001111 1000100 1111100 0 1000011 101000 10011 101010000 111011 110110

Color Harmonies of #CF447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF447C

Black with #CF447C

Text Example


Text Example

White with #CF447C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF447C; }

 p { color: rgb(207,68,124); }

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

background-color css

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

 a { background-color: rgb(207,68,124); }

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

border-color css

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

 span { border-color: rgb(207,68,124); }

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