Html Css Color HEX #CF3D7C Deep Cerise

📋 copy color: '#CF3D7C'

red 207 ◦ green 61 ◦ blue 124

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

Shades of Deep Cerise #CF3D7C

Tints of Deep Cerise #CF3D7C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.56%

 BLUE value IS 124 (48.83% from 255) = 31.63%

R = 52.81%
G = 15.56%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF3D7C (or 0xCF3D7C) is known color: Deep Cerise. HEX triplet: CF, 3D and 7C. RGB value is (207,61,124). Sum of RGB (Red+Green+Blue) = 207+61+124=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 61 (24.22% from 255 or 15.56% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3D7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3D7C is #30C283. Grayscale: #6F6F6F. Windows color (decimal): -3195524 or 8142287. OLE color: 8142287.

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

Color convert

RGB 207 61 124 -
CMYK 0 0.71 0.40 0.19
HSL 334.11º 0.6% 0.53% -
HSV(B) 334.11º 0.71% 0.81% -
XYZ 31.04 18.06 20.92 -
YUV 111.84 134.87 195.88 -
System Red Green Blue C M Y K H S L
Decimal 207 61 124 0 0.71 0.40 0.19 334.11 0.6 0.53
Hex CF 3D 7C 0 47 28 13 14E 3C 35
Octal 317 75 174 0 107 50 23 516 74 65
Binary 11001111 111101 1111100 0 1000111 101000 10011 101001110 111100 110101

Color Harmonies of #CF3D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3D7C

Black with #CF3D7C

Text Example


Text Example

White with #CF3D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3D7C; }

 p { color: rgb(207,61,124); }

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

background-color css

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

 a { background-color: rgb(207,61,124); }

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

border-color css

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

 span { border-color: rgb(207,61,124); }

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