Html Css Color HEX #CF3F74 Cranberry

📋 copy color: '#CF3F74'

red 207 ◦ green 63 ◦ blue 116

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

Shades of Cranberry #CF3F74

Tints of Cranberry #CF3F74

RGB

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

 GREEN value IS 63 (25% from 255) = 16.32%

 BLUE value IS 116 (45.7% from 255) = 30.05%

R = 53.63%
G = 16.32%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CF3F74 (or 0xCF3F74) is known color: Cranberry. HEX triplet: CF, 3F and 74. RGB value is (207,63,116). Sum of RGB (Red+Green+Blue) = 207+63+116=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3F74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3F74 is #30C08B. Grayscale: #707070. Windows color (decimal): -3195020 or 7618511. OLE color: 7618511.

HSL color Cylindrical-coordinate representation of color #CF3F74: hue angle of 337.92º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF3F74 is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 63 116 -
CMYK 0 0.70 0.44 0.19
HSL 337.92º 0.6% 0.53% -
HSV(B) 337.92º 0.7% 0.81% -
XYZ 30.66 18.08 18.4 -
YUV 112.1 130.21 195.69 -
System Red Green Blue C M Y K H S L
Decimal 207 63 116 0 0.70 0.44 0.19 337.92 0.6 0.53
Hex CF 3F 74 0 46 2C 13 152 3C 35
Octal 317 77 164 0 106 54 23 522 74 65
Binary 11001111 111111 1110100 0 1000110 101100 10011 101010010 111100 110101

Color Harmonies of #CF3F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3F74

Black with #CF3F74

Text Example


Text Example

White with #CF3F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3F74; }

 p { color: rgb(207,63,116); }

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

background-color css

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

 a { background-color: rgb(207,63,116); }

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

border-color css

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

 span { border-color: rgb(207,63,116); }

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