Html Css Color HEX #CF507D Cranberry

📋 copy color: '#CF507D'

red 207 ◦ green 80 ◦ blue 125

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

Shades of Cranberry #CF507D

Tints of Cranberry #CF507D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.42%

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

R = 50.24%
G = 19.42%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF507D (or 0xCF507D) is known color: Cranberry. HEX triplet: CF, 50 and 7D. RGB value is (207,80,125). Sum of RGB (Red+Green+Blue) = 207+80+125=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CF507D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF507D is #30AF82. Grayscale: #7B7B7B. Windows color (decimal): -3190659 or 8212687. OLE color: 8212687.

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

Color convert

RGB 207 80 125 -
CMYK 0 0.61 0.40 0.19
HSL 338.74º 0.57% 0.56% -
HSV(B) 338.74º 0.61% 0.81% -
XYZ 32.3 20.48 21.65 -
YUV 123.1 129.08 187.84 -
System Red Green Blue C M Y K H S L
Decimal 207 80 125 0 0.61 0.40 0.19 338.74 0.57 0.56
Hex CF 50 7D 0 3D 28 13 153 39 38
Octal 317 120 175 0 75 50 23 523 71 70
Binary 11001111 1010000 1111101 0 111101 101000 10011 101010011 111001 111000

Color Harmonies of #CF507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF507D

Black with #CF507D

Text Example


Text Example

White with #CF507D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF507D; }

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

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

background-color css

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

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

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

border-color css

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

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

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