Html Css Color HEX #CF487D Cranberry

📋 copy color: '#CF487D'

red 207 ◦ green 72 ◦ blue 125

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

Shades of Cranberry #CF487D

Tints of Cranberry #CF487D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.82%

 BLUE value IS 125 (49.22% from 255) = 30.94%

R = 51.24%
G = 17.82%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF487D (or 0xCF487D) is known color: Cranberry. HEX triplet: CF, 48 and 7D. RGB value is (207,72,125). Sum of RGB (Red+Green+Blue) = 207+72+125=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 72 (28.52% from 255 or 17.82% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF487D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF487D is #30B782. Grayscale: #767676. Windows color (decimal): -3192707 or 8210639. OLE color: 8210639.

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

Color convert

RGB 207 72 125 -
CMYK 0 0.65 0.40 0.19
HSL 336.44º 0.58% 0.55% -
HSV(B) 336.44º 0.65% 0.81% -
XYZ 31.75 19.38 21.47 -
YUV 118.41 131.73 191.19 -
System Red Green Blue C M Y K H S L
Decimal 207 72 125 0 0.65 0.40 0.19 336.44 0.58 0.55
Hex CF 48 7D 0 41 28 13 150 3A 37
Octal 317 110 175 0 101 50 23 520 72 67
Binary 11001111 1001000 1111101 0 1000001 101000 10011 101010000 111010 110111

Color Harmonies of #CF487D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF487D

Black with #CF487D

Text Example


Text Example

White with #CF487D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF487D; }

 p { color: rgb(207,72,125); }

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

background-color css

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

 a { background-color: rgb(207,72,125); }

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

border-color css

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

 span { border-color: rgb(207,72,125); }

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