Html Css Color HEX #CF4BA5 Mulberry

📋 copy color: '#CF4BA5'

red 207 ◦ green 75 ◦ blue 165

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

Shades of Mulberry #CF4BA5

Tints of Mulberry #CF4BA5

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.78%

 BLUE value IS 165 (64.84% from 255) = 36.91%

R = 46.31%
G = 16.78%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#CF4BA5 (or 0xCF4BA5) is known color: Mulberry. HEX triplet: CF, 4B and A5. RGB value is (207,75,165). Sum of RGB (Red+Green+Blue) = 207+75+165=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 75 (29.69% from 255 or 16.78% from 447); Blue value is 165 (64.84% from 255 or 36.91% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4BA5 is #30B45A. Grayscale: #7C7C7C. Windows color (decimal): -3191899 or 10832847. OLE color: 10832847.

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

Color convert

RGB 207 75 165 -
CMYK 0 0.64 0.20 0.19
HSL 319.09º 0.58% 0.55% -
HSV(B) 319.09º 0.64% 0.81% -
XYZ 35.04 21.01 37.81 -
YUV 124.73 150.73 186.68 -
System Red Green Blue C M Y K H S L
Decimal 207 75 165 0 0.64 0.20 0.19 319.09 0.58 0.55
Hex CF 4B A5 0 40 14 13 13F 3A 37
Octal 317 113 245 0 100 24 23 477 72 67
Binary 11001111 1001011 10100101 0 1000000 10100 10011 100111111 111010 110111

Color Harmonies of #CF4BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4BA5

Black with #CF4BA5

Text Example


Text Example

White with #CF4BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4BA5; }

 p { color: rgb(207,75,165); }

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

background-color css

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

 a { background-color: rgb(207,75,165); }

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

border-color css

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

 span { border-color: rgb(207,75,165); }

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