Html Css Color HEX #CF4980 Cranberry

📋 copy color: '#CF4980'

red 207 ◦ green 73 ◦ blue 128

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

Shades of Cranberry #CF4980

Tints of Cranberry #CF4980

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.89%

 BLUE value IS 128 (50.39% from 255) = 31.37%

R = 50.74%
G = 17.89%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CF4980 (or 0xCF4980) is known color: Cranberry. HEX triplet: CF, 49 and 80. RGB value is (207,73,128). Sum of RGB (Red+Green+Blue) = 207+73+128=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 73 (28.91% from 255 or 17.89% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4980 is #30B67F. Grayscale: #777777. Windows color (decimal): -3192448 or 8407503. OLE color: 8407503.

HSL color Cylindrical-coordinate representation of color #CF4980: hue angle of 335.37º 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 #CF4980 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 73 128 -
CMYK 0 0.65 0.38 0.19
HSL 335.37º 0.58% 0.55% -
HSV(B) 335.37º 0.65% 0.81% -
XYZ 32.01 19.59 22.52 -
YUV 119.34 132.89 190.53 -
System Red Green Blue C M Y K H S L
Decimal 207 73 128 0 0.65 0.38 0.19 335.37 0.58 0.55
Hex CF 49 80 0 41 26 13 14F 3A 37
Octal 317 111 200 0 101 46 23 517 72 67
Binary 11001111 1001001 10000000 0 1000001 100110 10011 101001111 111010 110111

Color Harmonies of #CF4980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4980

Black with #CF4980

Text Example


Text Example

White with #CF4980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4980; }

 p { color: rgb(207,73,128); }

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

background-color css

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

 a { background-color: rgb(207,73,128); }

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

border-color css

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

 span { border-color: rgb(207,73,128); }

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